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 5aed474 commit 45ae7a5Copy full SHA for 45ae7a5
āservices/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/long_running_tasks.pyā
@@ -315,8 +315,9 @@ async def _send_resource_tracking_stop(platform_status: SimcorePlatformStatus):
315
# NOTE: https://github.com/ITISFoundation/osparc-simcore/issues/4952
316
await _send_resource_tracking_stop(SimcorePlatformStatus.OK)
317
raise
318
-
319
- await ensure_read_permissions_on_user_service_data(mounted_volumes)
+ finally:
+ with log_context(_logger, logging.INFO, "ensure read permissions"):
320
+ await ensure_read_permissions_on_user_service_data(mounted_volumes)
321
322
323
0 commit comments