dshearer / jobber

An alternative to cron, with sophisticated status-reporting and error-handling

Home Page:https://dshearer.github.io/jobber/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jobber Build Status CII Best Practices

A replacement for cron, with sophisticated status-reporting and error-handling.

** NOTE ** Due to lack of time, this project is not actively maintained. Please get in touch if you're interested in taking it over.

Intro

Jobber is a lightweight utility for Unix-like systems that can run arbitrary commands, or "jobs", according to a schedule. It is meant to be a replacement for the classic Unix utility cron.

Along with the functionality of cron, Jobber also provides:

  • Job execution history: you can see what jobs have recently run, and whether they succeeded or failed.
  • Sophisticated error handling: you can control whether and when a job is run again after it fails. For example, after an initial failure of a job, Jobber can schedule future runs using an exponential backoff algorithm.
  • Sophisticated error reporting: you can control whether Jobber notifies you about each failed run, or only about jobs that have been disabled due to repeated failures.

Contributing

Contributions/suggestions/requests are welcome! Feel free to open an issue, or ask a question on the mailing list.

More Info

More info can be found on Jobber's website.

About

An alternative to cron, with sophisticated status-reporting and error-handling

https://dshearer.github.io/jobber/

License:MIT License


Languages

Language:Go 68.1%Language:Python 10.3%Language:RobotFramework 8.7%Language:Makefile 6.6%Language:Yacc 3.1%Language:Shell 2.7%Language:Dockerfile 0.5%