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 1107435 commit dd7f2faCopy full SHA for dd7f2fa
services/storage/src/simcore_service_storage/modules/celery/_common.py
@@ -20,4 +20,5 @@ def create_app(settings: ApplicationSettings) -> Celery:
20
)
21
app.conf.result_expires = celery_settings.CELERY_RESULT_EXPIRES
22
app.conf.result_extended = True # original args are included in the results
23
+ app.conf.task_track_started = True
24
return app
0 commit comments