sidekiq-cron/sidekiq-cron
Scheduler / Cron for Sidekiq jobs observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 84
- Release rhythm 71
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 58
- age_days: 4756
- days_rel: 119
- days_push: 98
- n_releases_24m: 8
Adoption not part of the score
1945 stars · 303 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Sidekiq-Cron is a Ruby gem that adds cron-style job scheduling to Sidekiq, running a scheduler thread alongside Sidekiq workers. It supports cron notation and natural-language schedules via Fugit, and safely handles multiple Sidekiq processes and nodes without duplicate scheduling.
Use cases
- run a background job every hour in a Rails app
- schedule recurring Sidekiq workers with cron expressions
- periodic cleanup tasks in Ruby applications
- enqueue jobs at scheduled times across multiple Sidekiq nodes
- manage scheduled jobs with enable/disable status
- use natural language schedules like 'every day at noon'
When to choose
- you already use Sidekiq and need scheduled/recurring jobs
- you run multiple Sidekiq processes or nodes and need deduplicated scheduling
- you want cron or natural-language schedule syntax in a Ruby/Rails app
When to avoid
- you don't use Sidekiq or Redis-backed background processing
- you need sub-minute scheduling precision
- you use a non-Ruby stack
Facets
library · maturity stable
scheduling workflow-automation developer-tools backend web-development ruby sidekiq cron-jobs background-jobs ruby-gem rails job-scheduler automation web-server
1 source
- readme: https://github.com/sidekiq-cron/sidekiq-cron · fetched 2026-08-28 · 1009b81232da
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sidekiq-cron/sidekiq-cron | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="sidekiq-cron/sidekiq-cron")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem