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
- Host: GitHub
- URL: https://github.com/eddmann/will-it-run
- Owner: eddmann
- Created: 2022-02-28T08:33:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T09:05:50.000Z (over 4 years ago)
- Last Synced: 2025-07-12T22:35:36.002Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.