Skip to content

Commit c5e189a

Browse files
restore missing decorator
1 parent 56783f0 commit c5e189a

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/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def abort_task(task_context: TaskContext, task_uuid: TaskUUID) -> None:
8989
task_id = build_task_id(task_context, task_uuid)
9090
AbortableAsyncResult(task_id).abort()
9191

92+
@make_async()
9293
async def get_task_result(
9394
self, task_context: TaskContext, task_uuid: TaskUUID
9495
) -> Any:

0 commit comments

Comments
 (0)