Skip to content

Instantly share code, notes, and snippets.

@ruescasd
Created October 26, 2013 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruescasd/7170263 to your computer and use it in GitHub Desktop.
Save ruescasd/7170263 to your computer and use it in GitHub Desktop.
DEBUG:root:EXEC ACTION handler for MESSAGE id 494b0186-86a3-4f9f-9d98-6c5f1b2a24dd (QUEUE orchestra_director)
DEBUG:requests.packages.urllib3.connectionpool:"POST /api/queues/orchestra_director/ HTTP/1.1" 200 0
ERROR:apscheduler.scheduler:Job "call_action_handler (trigger: now, next run at: None)" raised an exception
Traceback (most recent call last):
File "/home/eorchestra/venv/local/lib/python2.7/site-packages/APScheduler-2.1.1-py2.7.egg/apscheduler/scheduler.py", line 512, in _run_job
retval = job.func(*job.args, **job.kwargs)
File "/home/eorchestra/venv/local/lib/python2.7/site-packages/frestq-0.0.1-py2.7.egg/frestq/api.py", line 49, in call_action_handler
action_handler = ActionHandlers.get_action_handler(msg.action, queue_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment