Skip to content

supervisord giving up to start proces is wrong only checking startretries without time duration #1109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ryanlyy opened this issue Jun 12, 2018 · 1 comment

Comments

@ryanlyy
Copy link

ryanlyy commented Jun 12, 2018

In Suppervisord configure file on program, there is startretries parameter but there is no duration time. it is possible that program restart startretries with long long time duration. But suppervisord now does not care duration instead of only checking startretries. I think it is not correct. Supervisord shall decide to give up when it tries to start it startretries times within duration time. for example: if supervisord failed to start it 3 times within 30s, then it can give up.

@mnaberez
Copy link
Member

Duplicate of #487

@mnaberez mnaberez marked this as a duplicate of #487 Jun 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants