sidekiq-scheduler/sidekiq-scheduler
Lightweight job scheduler extension for Sidekiq observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 97
- Release rhythm 56
- 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: 169.5
- age_days: 5287
- days_rel: 138
- days_push: 22
- n_releases_24m: 3
Adoption not part of the score
1754 stars · 240 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Ruby gem that extends Sidekiq with scheduled job execution, mimicking cron. Jobs are configured via YAML using cron expressions or interval syntax and pushed to Sidekiq queues at the specified times.
Use cases
- run background jobs on a cron schedule in Rails
- schedule a Sidekiq worker to run every day at 8pm
- replace crontab with Sidekiq-based scheduled jobs
- run recurring cleanup tasks hourly
- schedule jobs with cron syntax in a Ruby app
When to choose
- you already use Sidekiq and need periodic or cron-scheduled jobs
- you want scheduling configured declaratively in YAML
- you need dynamic schedules managed at runtime
When to avoid
- you don't use Sidekiq or Redis
- you need a standalone cron replacement outside a Ruby job system
- you need sub-second precision scheduling
Facets
library · maturity active
scheduling workflow-automation middleware backend developer-tools ruby sidekiq cron background-jobs job-scheduler redis ruby-gem automation linux macos docker
2 sources
- readme: https://github.com/sidekiq-scheduler/sidekiq-scheduler · fetched 2026-08-28 · 516b72c51a8c
- homepage: https://sidekiq-scheduler.github.io/sidekiq-scheduler/ · fetched 2026-08-29 · 8c0de8c88327
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sidekiq-scheduler/sidekiq-scheduler | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="sidekiq-scheduler/sidekiq-scheduler")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem