Quantcast
Channel: How to force supervisord to stop a process in BACKOFF status - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Answer by Simon Jin for How to force supervisord to stop a process in BACKOFF status

$
0
0

Hey this maybe help for you:

When an autorestarting process is in the BACKOFF state, it will be automatically restarted by supervisord. It will switch between STARTING and BACKOFF states until it becomes evident that it cannot be started because the number of startretries has exceeded the maximum, at which point it will transition to the FATAL state. Each start retry will take progressively more time.

so you don't need to stop the BACKOFF process manually. if you do not want to wait too long time, it is better to set a little number to startretries.

see more info here: http://supervisord.org/subprocess.html

GOOD LCUKY


Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>