Created
October 26, 2013 14:58
-
-
Save ruescasd/7170343 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG:requests.packages.urllib3.connectionpool:"POST /api/queues/orchestra_director/ HTTP/1.1" 200 0 | |
DEBUG:apscheduler.threadpool:Started worker thread | |
INFO:apscheduler.scheduler:Running job "call_action_handler (trigger: now, next run at: 2013-10-26 14:58:04.580952)" (scheduled at 2013-10-26 14:58:04.580952) | |
DEBUG:root:EXEC ACTION handler for MESSAGE id 580e14ee-2f3f-4cc8-a770-07910585ac56 (QUEUE orchestra_director) | |
INFO:apscheduler.scheduler:Removed job "call_action_handler (trigger: now, next run at: None)" | |
DEBUG:apscheduler.scheduler:No jobs; waiting until a job is added | |
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) | |
AttributeError: 'NoneType' object has no attribute 'action' | |
[pid: 965|app: 0|req: 107/107] 127.0.0.1 () {46 vars in 686 bytes} [Sat Oct 26 14:58:04 2013] POST /public_api/election => generated 51 bytes in 211 msecs (HTTP/1.1 202) 2 headers in 85 bytes (1 switches on core 2) | |
DEBUG:apscheduler.threadpool:Exiting worker thread |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment