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 a9afded commit d141ce4Copy full SHA for d141ce4
packages/celery-library/src/celery_library/task_manager.py
@@ -86,6 +86,7 @@ async def submit_task(
86
_logger.warning(
87
"Unable to cleanup task '%s' during error handling",
88
task_id,
89
+ exc_info=True,
90
)
91
raise TaskSubmissionError(
92
task_name=task_metadata.name,
0 commit comments