scheduler
Projects with this topic
-
Schedy is a simple service for scheduling events. An event can be a task a note a message and other things.Events can be scheduled once or at fixed rate on a period or forever.
Updated -
A simple in-process python scheduler library with asyncio, threading and timezone support. Schedule tasks by their time cycles, fixed times, weekdays, dates, weights, offsets and execution counts and automate Jobs. Mirror: https://github.com/DigonIO/scheduler
Updated -
If cron and supervisor had a love child.
Updated -
Schedule and supervise jobs, and run jobs on-demand from the command-line or via web app. Run jobs on clusters with simple database orchestration.
Updated -
A time-based computer wake-up and job execution scheduler. Runs a job (commands or shell scripts) at fixed intervals. Useful for recurrently scheduled jobs with plenty of idle time between executions, e.g. daily or weekly backups.
Updated -