Skip to content

Instantly share code, notes, and snippets.

@tbarbugli
Created February 11, 2013 14:24
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 tbarbugli/4754677 to your computer and use it in GitHub Desktop.
Save tbarbugli/4754677 to your computer and use it in GitHub Desktop.
tail celery logs
Traceback (most recent call last):
File "/srv/fashiolista/lib/python2.7/site-packages/celery/worker/__init__.py", line 351, in start
component.start()
File "/srv/fashiolista/lib/python2.7/site-packages/celery/worker/consumer.py", line 393, in start
self.consume_messages()
File "/srv/fashiolista/lib/python2.7/site-packages/celery/worker/consumer.py", line 483, in consume_messages
handlermap[fileno](fileno, event)
File "/srv/fashiolista/lib/python2.7/site-packages/billiard/pool.py", line 1047, in maintain_pool
self._maintain_pool()
File "/srv/fashiolista/lib/python2.7/site-packages/billiard/pool.py", line 1042, in _maintain_pool
self._repopulate_pool(self._join_exited_workers())
File "/srv/fashiolista/lib/python2.7/site-packages/billiard/pool.py", line 1024, in _repopulate_pool
if exitcodes and exitcodes[i] not in (EX_OK, EX_REUSE):
NameError: global name 'EX_REUSE' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment