javan/whenever
Cron jobs in Ruby observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 90
- Release rhythm 66
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 29.0
- age_days: 6407
- days_rel: 227
- days_push: 63
- n_releases_24m: 3
Adoption not part of the score
8859 stars · 715 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Whenever is a Ruby gem that provides a clean DSL for defining cron jobs in a schedule.rb file and converting them to crontab syntax. It can generate, preview, and update crontab entries via a command-line interface.
Use cases
- schedule recurring rake tasks in a rails app
- write cron jobs with readable ruby syntax
- deploy crontab entries from version-controlled config
- run background jobs at specific times daily
- define custom job types for scheduled commands
- manage cron schedules per server role with capistrano
When to choose
- you use ruby or rails and want maintainable, testable cron schedules
- you want cron definitions in version control instead of hand-edited crontabs
- you need to install crontab entries as part of deployment
When to avoid
- you need distributed or persistent job queues rather than cron scheduling
- your stack is not ruby
- you need second-level or sub-minute scheduling precision
Facets
library · maturity stable
scheduling cli developer-tools developer-tools ruby cli cron crontab ruby-gem job-scheduling dsl automation command-line linux macos
1 source
- readme: https://github.com/javan/whenever · fetched 2026-08-28 · 422a9ae9b8aa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| javan/whenever | main | 84 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem