An open API service indexing awesome lists of open source software.

https://github.com/eddmann/will-it-run

🏃 Check what cron jobs will run at a given time/range
https://github.com/eddmann/will-it-run

Last synced: 11 months ago
JSON representation

🏃 Check what cron jobs will run at a given time/range

Awesome Lists containing this project

README

          

# Will it run? 🏃

Based on a supplied crontab, check to see what cron jobs will run at a given time/range.

## Usage

`./will-it-run [-t|--show-timestamps] [--] []`

During a recent maintenance window we were required to pause scheduled background processes handled by Cron.
This script was used to determine and plan for which commands would be missed.