# jmettraux/rufus-scheduler

scheduler for Ruby (at, in, cron and every jobs)

Repository: https://github.com/jmettraux/rufus-scheduler
Canonical: https://ross.abutalabs.com/products/rufus-scheduler
Language: Ruby
License: MIT
License Family: permissive
Topics: ruby, scheduler, time, cron
Last push: 2026-06-22T22:44:36+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 88, release rhythm 35, longevity 100
- inputs: {"age_days": 6728, "days_push": 72, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2447, forks 200 (observed 2026-08-28T04:06:52.725526+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: scheduling, workflow-automation
- domain: developer-tools, backend
- platform: ruby, cross-platform
- tags: cron, job-scheduler, in-process, threads, time-parsing, automation

## Member repositories
- jmettraux/rufus-scheduler (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:52.725526+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:30:30.892266+00:00, confidence not recorded.
  - readme: https://github.com/jmettraux/rufus-scheduler (fetched 2026-08-28T04:06:52.725526+00:00, sha deb7fd0cf164)
- Data as of 2026-08-30T08:39:29.467469+00:00.
