Simplify scheduling Python scripts on Linux. Just drop your Python script in the designated folder for your desired interval (minute, half-hour, hour, or day) and script-engine takes care of the rest.
-
Updated
May 28, 2024 - Shell
Simplify scheduling Python scripts on Linux. Just drop your Python script in the designated folder for your desired interval (minute, half-hour, hour, or day) and script-engine takes care of the rest.
Metronome is an AMQP friendly scheduler and task runner. It can be used locally as a cron replacement, or as a network-wide job executor. Events are stored via simple database rows, and optionally managed via AMQP events. Interval/time values are expressed with reasonably intuitive English phrases, ie.: 'at 2pm', or 'Starting in 20 minutes, run …
Add a description, image, and links to the interval-scheduler topic page so that developers can more easily learn about it.
To associate your repository with the interval-scheduler topic, visit your repo's landing page and select "manage topics."