We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434a5c5 commit 0a65186Copy full SHA for 0a65186
1 file changed
backend/app/services/execution_service.py
@@ -113,9 +113,10 @@ async def _start_k8s_execution(
113
config_map_data={runtime_cfg.file_name: script},
114
)
115
116
- asyncio.create_task(
+ marked_execution = asyncio.create_task(
117
self._mark_running_when_scheduled(pod_name, execution_id_str)
118
119
+ await marked_execution
120
121
logger.info(
122
"K8s pod creation requested; waiting for Running phase",
0 commit comments