Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.34k stars 1.23k forks source link

How to run in a specific time frame? #1565

Closed sh4msi closed 1 year ago

sh4msi commented 1 year ago

Is there a way to start and end the performance between two specific times?

LinuxBoi7777 commented 1 year ago

what i would do is use it in conjugation with another program like this: https://github.com/dbader/schedule

so it would be something like this: supervisor => schedule (on startup)

mnaberez commented 1 year ago

Cron-like functionality is out of scope for Supervisor.

Duplicate of #635