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 a3da256 commit 290dfafCopy full SHA for 290dfaf
1 file changed
runner/app/live/streamer/process_guardian.py
@@ -352,7 +352,7 @@ async def _monitor_loop(self):
352
# Hot fix: the comfyui pipeline process is having trouble shutting down and causes restarts not to recover.
353
# So we skip the restart here and move the state to ERROR so the worker will restart the whole container.
354
# 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")
+ #raise Exception("Skipping process restart due to pipeline shutdown issues")
356
await self._restart_process()
357
except Exception:
358
logging.exception("Failed to stop streamer and restart process. Moving to ERROR state", stack_info=True)
0 commit comments