-
Notifications
You must be signed in to change notification settings - Fork 577
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
delay between retries #131
Comments
it is a good idea to add delay between two retries. From discussion in Supervisor/supervisor#487, one of following parameters will be used to control the delay between restarts:
the restartpause implement is done but the code is waiting for merge. So if it is ok to use the "restartpause" for this feature? |
Sounds good to me, can you approve the PR?
…On Sat, 23 Mar 2019, 13:44 Steven Ou, ***@***.***> wrote:
it is a good idea to add delay between two retries.
From discussion in Supervisor/supervisor#487
<Supervisor/supervisor#487>, one of following
parameters will be used to control the delay between restarts:
- delaybetweenretries
- delay_between_retries
- restartpause
the restartpause implement is done but the code is waiting for merge.
So if it is ok to use the "restartpause" for this feature?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFpMcoYBg9QpGpKFbQteL_4AsznHLh9yks5vZiG0gaJpZM4b8jaL>
.
|
ochinchina
pushed a commit
that referenced
this issue
Apr 6, 2019
@guybrand "restartpause" parameter is added, please try it |
pinkeen
pushed a commit
to pinkeen/supervisor-golang
that referenced
this issue
Sep 3, 2019
stanchan
pushed a commit
to stanchan/supervisord
that referenced
this issue
Oct 26, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking for a feature like this highly voted supervisor issue:
Supervisor/supervisor#487
Thanks.
The text was updated successfully, but these errors were encountered: