Skip to content

Commit dd7f2fa

Browse files
track started tasks
1 parent 1107435 commit dd7f2fa

File tree

1 file changed

+1
-0
lines changed
  • services/storage/src/simcore_service_storage/modules/celery

1 file changed

+1
-0
lines changed

services/storage/src/simcore_service_storage/modules/celery/_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ def create_app(settings: ApplicationSettings) -> Celery:
2020
)
2121
app.conf.result_expires = celery_settings.CELERY_RESULT_EXPIRES
2222
app.conf.result_extended = True # original args are included in the results
23+
app.conf.task_track_started = True
2324
return app

0 commit comments

Comments
 (0)