supervisord-dependent-startup icon indicating copy to clipboard operation
supervisord-dependent-startup copied to clipboard

An event listener for supervisord that does ordered startup

Results 3 supervisord-dependent-startup issues
Sort by recently updated
recently updated
newest added

If I authenticate unix_http_server as follows, then dependent startup fails to connect. ``` [unix_http_server] file=/var/run/supervisor/supervisor.sock ; (the path to the socket file) chmod=0700 ; sockef file mode (default 0700) username=dummy...

Hi, After having supervisord_dependent_startup waiting for hours for a process to reach the correct state, we saw following exception, it there something that can be done? Re-create the socket maybe?...

If there is a dependency relationship: Process B and C should only start after Process A has started. If Process A exits, then Processes B and C should stop. When...