Miksus/rocketry
Modern scheduling library for Python observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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: 2277
- days_rel: n/a
- days_push: 1022
- n_releases_24m: 0
Adoption not part of the score
3364 stars · 115 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Rocketry is a modern statement-based scheduling framework for Python that lets you define tasks with composable scheduling conditions like cron, daily, or custom boolean expressions. It supports async, threading, and multiprocessing concurrency, task pipelining, and runtime-modifiable sessions.
Use cases
- schedule python scripts to run daily
- run tasks every 10 seconds in python
- replace cron with python-based scheduler
- build task pipelines with dependencies
- schedule jobs with custom conditions
- automate etl jobs in python
- run async background tasks on a schedule
When to choose
- you want cron-like scheduling expressed in pure Python
- you need custom or composable scheduling conditions beyond cron syntax
- you want a lightweight scheduler embedded in an existing Python app
- you need mixed async/thread/multiprocess task execution
When to avoid
- you need a distributed job scheduler across many machines
- you prefer config-file-based scheduling like Airflow or Prefect
- you need a web UI for monitoring scheduled jobs
- you require long-term guaranteed maintenance - releases have stalled since late 2023
Facets
library · maturity maintenance
scheduling workflow-automation concurrency developer-tools python cross-platform task-scheduler statement-based cron-alternative task-pipelining async automation data-engineering
2 sources
- readme: https://github.com/Miksus/rocketry · fetched 2026-08-28 · 73809cfff7d2
- registry_pypi: https://pypi.org/pypi/rocketry/json · fetched 2026-08-29 · 571f57d3bb77
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Miksus/rocketry | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem