If you go this route, I did write a program in Perl that does this that you 
could work with:

https://github.com/plockaby/supercron


> On Dec 2, 2016, at 11:28 AM, skee...@skeeved.org wrote:
> 
> On 12/02/2016 06:08 PM, Paul Fox wrote:
>> rod wrote:
>> > Afaik infinite retries is not supported, but using a very high startretries
>> > (eg. 999999999999) gives you a decent amount of infinite...
>> 
>> oh -- startretries is something i can set in the conf file?  i thought
>> it was an internal parameter of some sort.  where can i find a full
>> list of the settable values?  i would have expected it to be in the
>> man page.  the backoff sequence is also not specified -- will the
>> delay interval eventually stop growing?
>> 
>> thanks,
>> paul
> 
> You might also want to look at the event subsystem available in supervisord.
> 
> http://supervisord.org/events.html
> 
> You could then have your code respond to, for instance, TICK_60 events and 
> decide whether it's the appropriate time to do whatever work they are 
> designed to do.
> 
> 
> 
> _______________________________________________
> Supervisor-users mailing list
> Supervisor-users@lists.supervisord.org
> https://lists.supervisord.org/mailman/listinfo/supervisor-users

_______________________________________________
Supervisor-users mailing list
Supervisor-users@lists.supervisord.org
https://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to