Propagate Exceptions up in Celery-Eager-Mode
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 3 Jun 2011 21:54:33 +0000 (23:54 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 3 Jun 2011 21:54:33 +0000 (23:54 +0200)
commit55c74e1e4b36d56c1f3c8e69a4cbea43843093c8
tree33d321dcfb590320f2a4ca47663dfb7aec38df48
parent02d80437d1cdda5b2a8596d024aafa8b286cb360
Propagate Exceptions up in Celery-Eager-Mode

When running in celery-eager mode, the celery machinery
hides all exceptions inside "celery tasks" (you can find
out about them on the task handle somehow). Currently much
better to propagate them straight up, so they're visible on
the console.
mediagoblin/celery_setup/__init__.py