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 5730c93 commit a2eea77Copy full SHA for a2eea77
services/storage/src/simcore_service_storage/modules/celery/client.py
@@ -105,7 +105,6 @@ async def get_task_result(
105
task_metadata = await self._task_store.get(task_id)
106
if task_metadata is not None and task_metadata.ephemeral:
107
await self._task_store.remove(task_id)
108
- await self._task_store.remove(task_id)
109
return result
110
111
def _get_progress_report(
0 commit comments