Is there a way to schedule a window during which a service should be
running?

Similar to cron, but managed through supervisord?

[program:theprogramname]
command=/bin/cat
starttime=09:00:00
stoptime=17:00:00
dow=1-5
dom=*
month=*

If this isn't available in supervisord directly, what is the recommended
way to achieve this?

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

Reply via email to