quantum-elixir/quantum-core
:watch: Cron-like job scheduler for Elixir observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- 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: n/a
- age_days: 4146
- days_rel: n/a
- days_push: 16
- n_releases_24m: 0
Adoption not part of the score
2416 stars · 153 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Quantum is a cron-like job scheduler library for Elixir applications. It lets developers define recurring jobs using crontab syntax with timezone support, integrated into the OTP supervision tree.
Use cases
- run a task every minute in my Elixir app
- schedule nightly database backups
- execute periodic cleanup jobs with cron syntax
- run scheduled jobs in specific timezones
- replace system cron with in-app job scheduling
When to choose
- you need cron-style recurring jobs inside an Elixir/OTP application
- you want timezone-aware scheduling configured in code or config files
- you want jobs supervised as part of your application's supervision tree
When to avoid
- you need distributed job locking across multiple nodes out of the box
- you need a standalone scheduler outside an Elixir application
- you need complex workflow DAGs rather than simple cron schedules
Facets
library · maturity stable
scheduling workflow-automation backend developer-tools elixir jvm cron job-scheduler timezone-support crontab-format automation
2 sources
- readme: https://github.com/quantum-elixir/quantum-core · fetched 2026-08-28 · 7157ea286c4a
- homepage: https://hexdocs.pm/quantum/ · fetched 2026-08-29 · 98e9c89d4a21
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| quantum-elixir/quantum-core | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="quantum-elixir/quantum-core")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem