File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments