Skip to content

Commit 290dfaf

Browse files
committed
fix pipeline restart
1 parent a3da256 commit 290dfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/app/live/streamer/process_guardian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ async def _monitor_loop(self):
352352
# Hot fix: the comfyui pipeline process is having trouble shutting down and causes restarts not to recover.
353353
# So we skip the restart here and move the state to ERROR so the worker will restart the whole container.
354354
# TODO: Remove this exception once pipeline shutdown is fixed and restarting process is useful again.
355-
raise Exception("Skipping process restart due to pipeline shutdown issues")
355+
#raise Exception("Skipping process restart due to pipeline shutdown issues")
356356
await self._restart_process()
357357
except Exception:
358358
logging.exception("Failed to stop streamer and restart process. Moving to ERROR state", stack_info=True)

0 commit comments

Comments
 (0)