Why invent the wheel? You can use cron and supervisord together.
In supervisord, create a task with autostart=false
In cron, use * * * * * supervisorctl start <taskname> to start the task every minute
Why invent the wheel? You can use cron and supervisord together.
In supervisord, create a task with autostart=false
In cron, use * * * * * supervisorctl start <taskname> to start the task every minute