Ross ROSS = Recommend OSS · open-source software intelligence for agents

agronholm/apscheduler

Task scheduling library for Python observed · 2026-08-28

github.com/agronholm/apscheduler · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 99
  • Release rhythm 66
  • 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: 170.0
  • age_days: 3811
  • days_rel: 66
  • days_push: 9
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

7615 stars · 778 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

APScheduler (Advanced Python Scheduler) is a Python library for scheduling tasks with cron-style, interval, calendar-based, and one-off triggers, doubling as a job queue. It supports persistent job stores (PostgreSQL, MySQL, SQLite, MongoDB), event brokers for multi-node deployments, and both synchronous and asyncio/Trio flavors.

Use cases

  • run a python function every day at 9am
  • schedule cron jobs inside a python application
  • queue background tasks in asyncio app
  • persist scheduled jobs across restarts
  • distribute scheduled tasks across multiple workers
  • replace crontab with in-process scheduling

When to choose

  • you need in-process task scheduling in Python with cron-like triggers
  • you want persistent, shared job stores for high availability
  • you need both sync and async (asyncio/Trio) support
  • you want a lightweight alternative to external schedulers like Celery beat

When to avoid

  • you need a full distributed task queue with retries and complex routing (consider Celery)
  • you want to schedule jobs across non-Python systems
  • you plan to use the v4.0 pre-release in production, as it may change incompatibly

Facets

library · maturity active

scheduling workflow-automation concurrency developer-tools backend python cross-platform cron task-queue asyncio job-scheduler trio automation

2 sources

Member repositories

RepositoryRoleHealth v2
agronholm/apschedulermain88

For agents

markdown · JSON · MCP: product_card(name="agronholm/apscheduler")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem