Skip to content

Commit 398d498

Browse files
author
Andrei Neagu
committed
copilot
1 parent 18b3bd5 commit 398d498

File tree

1 file changed

+2
-0
lines changed
  • services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/outputs

1 file changed

+2
-0
lines changed

services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/outputs/_manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,12 @@ async def _uploading_task_cancel(self) -> None:
182182
if self._task_uploading is not None:
183183
await _cancel_task(self._task_uploading, self.task_cancellation_timeout_s)
184184
await self._port_key_tracker.move_all_uploading_to_pending()
185+
self._task_uploading = None
185186
if self._task_uploading_followup is not None:
186187
await _cancel_task(
187188
self._task_uploading_followup, self.task_cancellation_timeout_s
188189
)
190+
self._task_uploading_followup = None
189191

190192
async def _scheduler_worker(self) -> None:
191193
if await self._port_key_tracker.are_pending_ports_uploading():

0 commit comments

Comments
 (0)