We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834d540 commit 14f828cCopy full SHA for 14f828c
celery/tasks.py
@@ -24,4 +24,4 @@ def hello_world(self, name):
24
'exc_type': type(ex).__name__,
25
'exc_message': traceback.format_exc().split('\n')
26
})
27
- raise Ignore()
+ raise ex
0 commit comments