jmettraux/rufus-scheduler
scheduler for Ruby (at, in, cron and every jobs) observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 88
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 6728
- days_rel: n/a
- days_push: 72
- n_releases_24m: 0
Adoption not part of the score
2447 stars · 200 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
rufus-scheduler is an in-process, in-memory job scheduler for Ruby supporting at, in, every, and cron scheduling styles using threads. It parses time strings via fugit and is intended to run inside a Ruby process rather than as a standalone cron replacement.
Use cases
- run a job every 3 hours in a ruby app
- schedule cron jobs inside a rails process
- execute code after a delay in ruby
- run recurring background tasks without external cron
- schedule one-off tasks at a specific time in ruby
When to choose
- you need lightweight in-process scheduling in a Ruby application
- you want cron-style or interval jobs without external infrastructure
- persistence of schedules across restarts is not required
When to avoid
- you need schedules to persist across process restarts
- you need a distributed or multi-node job scheduler
- you want a standalone cron replacement or a dedicated job queue like Sidekiq
Facets
library · maturity stable
scheduling workflow-automation developer-tools backend ruby cross-platform cron job-scheduler in-process threads time-parsing automation
1 source
- readme: https://github.com/jmettraux/rufus-scheduler · fetched 2026-08-28 · deb7fd0cf164
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jmettraux/rufus-scheduler | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="jmettraux/rufus-scheduler")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem