https://github.com/dwb/roger-haskell
A runit-friendly task scheduler.
https://github.com/dwb/roger-haskell
cron runit scheduled-tasks scheduler
Last synced: 6 months ago
JSON representation
A runit-friendly task scheduler.
- Host: GitHub
- URL: https://github.com/dwb/roger-haskell
- Owner: dwb
- License: bsd-3-clause
- Created: 2014-04-12T15:15:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T22:25:03.000Z (over 11 years ago)
- Last Synced: 2025-02-06T02:50:02.561Z (8 months ago)
- Topics: cron, runit, scheduled-tasks, scheduler
- Language: Haskell
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roger
A runit-friendly slightly-cron-style task scheduler.
I don't really like cron, and I really like runit, so here is a thing that runs a command on a repeating schedule. Pretty bare-bones at the moment, needs some error reporting.