- Yet Another Cron version: 0.19.0
- Python version: 3.12
- Operating System: containers, ubuntu, centos, Mac
Description
Monit has the ability to schedule jobs per seconds, and now with Systemd timer, it's possible to set a lower accuracy for a job and then schedule a job to run every x seconds or microseconds.
I don't know if microseconds is doable with an interpreted language, but I think that providing an option to run a jobs every x second would be nice and it would be a remarkable improvement to Vixie Cron.
Description
Monit has the ability to schedule jobs per seconds, and now with Systemd timer, it's possible to set a lower accuracy for a job and then schedule a job to run every
xseconds or microseconds.I don't know if microseconds is doable with an interpreted language, but I think that providing an option to run a jobs every
xsecond would be nice and it would be a remarkable improvement to Vixie Cron.