Created
October 27, 2013 21:19
-
-
Save ruescasd/7188008 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:root:RECEIVED MESSAGE in queue orchestra_performer | |
DEBUG:root:The MESSAGE is NOT LOCAL and with id ff8e0521-845f-4e55-8dab-3c20363f7857 | |
INFO:root:adding job in sched for queue orchestra_performer | |
INFO:apscheduler.scheduler:Added job "call_action_handler (trigger: now, next run at: 2013-10-27 21:17:58.255265)" to job store "default" | |
DEBUG:apscheduler.scheduler:Looking for jobs to run | |
DEBUG:apscheduler.threadpool:Started worker thread | |
[pid: 3807|app: 0|req: 224/224] 172.31.31.70 () {44 vars in 2972 bytes} [Sun Oct 27 21:17:58 2013] POST /api/queues/orchestra_performer/ => generated 0 bytes in 14 msecs (HTTP/1.1 200) 2 headers in 78 bytes (1 switches on core 2) | |
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 | |
INFO:apscheduler.scheduler:Running job "call_action_handler (trigger: now, next run at: None)" (scheduled at 2013-10-27 21:17:58.255265) | |
DEBUG:root:EXEC ACTION handler for MESSAGE id ff8e0521-845f-4e55-8dab-3c20363f7857 (QUEUE orchestra_performer) | |
DEBUG:root:EXEC TASK with id 726da413-eccd-4434-9f71-c3fddf18733d | |
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): congresotransparente.com | |
DEBUG:requests.packages.urllib3.connectionpool:"GET /media/elections/14/2ecc1b71-f8de-475c-be77-9502eefab8dd/votes HTTP/1.1" 200 5298 | |
Traceback (most recent call last): | |
File "/home/eorchestra/venv/local/lib/python2.7/site-packages/frestq-0.0.1-py2.7.egg/frestq/tasks.py", line 1261, in post_task | |
task_output = task.run_action_handler() | |
File "/home/eorchestra/venv/local/lib/python2.7/site-packages/frestq-0.0.1-py2.7.egg/frestq/tasks.py", line 286, in run_action_handler | |
return self.action_handler(self) | |
File "./tally_election/performer_jobs.py", line 168, in review_tally | |
line_data = json.loads(line) | |
File "/usr/lib/python2.7/json/__init__.py", line 326, in loads | |
return _default_decoder.decode(s) | |
File "/usr/lib/python2.7/json/decoder.py", line 369, in decode | |
raise ValueError(errmsg("Extra data", s, end, len(s))) | |
ValueError: Extra data: line 1 column 2648 - line 1 column 5298 (char 2648 - 5298) | |
INFO:apscheduler.scheduler:Job "call_action_handler (trigger: now, next run at: None)" executed successfully | |
DEBUG:apscheduler.threadpool:Exiting worker thread |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment