Skip to content

Commit 417876f

Browse files
fix async routine
1 parent 726f4ce commit 417876f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async def abort_task(self, task_context: TaskContext, task_uuid: TaskUUID) -> No
8181
await self._abort_task(task_context, task_uuid)
8282

8383
@make_async()
84-
async def _forget_task(self, task_id: TaskID) -> None:
84+
def _forget_task(self, task_id: TaskID) -> None:
8585
AbortableAsyncResult(task_id, app=self._celery_app).forget()
8686

8787
async def get_task_result(

0 commit comments

Comments
 (0)