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 403aaa1 commit 65a07e0Copy full SHA for 65a07e0
services/storage/src/simcore_service_storage/modules/celery/client.py
@@ -68,11 +68,6 @@ def send_task(
68
self._celery_app.send_task(task_name, task_id=task_id, kwargs=task_params)
69
return task_uuid
70
71
- @make_async()
72
- def get_task(self, task_context: TaskContext, task_uuid: TaskUUID) -> Any:
73
- task_id = _build_task_id(task_context, task_uuid)
74
- return self._celery_app.tasks(task_id)
75
-
76
@make_async()
77
def abort_task( # pylint: disable=R6301
78
self, task_context: TaskContext, task_uuid: TaskUUID
0 commit comments