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 a38eec6 commit d9b812cCopy full SHA for d9b812c
supervisor/supervisord.py
@@ -400,8 +400,7 @@ def _handle_spawn_timeout(self):
400
self._notfiy_user_about_waiting(process_name, process_object)
401
402
def _timeout_process(self, process_name, process_object):
403
- msg = ("""timeout: dependee process {} in {} did not reach RUNNING
404
- within {} seconds, dependees {} are not spawned"""
+ msg = ("timeout: dependee process {} in {} did not reach RUNNING within {} seconds, dependees {} are not spawned"
405
.format(process_name,
406
getProcessStateDescription(process_object.state),
407
process_object.config.spawn_timeout,
0 commit comments