Skip to content

Commit 14f828c

Browse files
author
Jitendra Singh
committed
exception rasied after updating status
1 parent 834d540 commit 14f828c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celery/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ def hello_world(self, name):
2424
'exc_type': type(ex).__name__,
2525
'exc_message': traceback.format_exc().split('\n')
2626
})
27-
raise Ignore()
27+
raise ex

0 commit comments

Comments
 (0)