Skip to main content
Build Status Code Coverage Documentation

Advanced Python Scheduler (APScheduler) is a task scheduler and task queue system for Python. It can be used solely as a job queuing system if you have no need for task scheduling. It scales both up and down, and is suitable for both trivial, single-process use cases as well as large deployments spanning multiple nodes. Multiple schedulers and workers can be deployed to use a shared data store to provide both a degree of high availability and horizontal scaling.

APScheduler comes in both synchronous and asynchronous flavors, making it a good fit for both traditional, thread-based applications, and asynchronous (asyncio or Trio) applications. Documentation and examples are provided for integrating with either WSGI or ASGI compatible web applications.

Support is provided for persistent storage of schedules and jobs. This means that they can be shared among multiple scheduler/worker instances and will survive process and node restarts.

The built-in persistent data store back-ends are:

  • PostgreSQL

  • MySQL and derivatives

  • SQLite

  • MongoDB

The built-in event brokers (needed in scenarios with multiple schedulers and/or workers):

  • PostgreSQL

  • Redis

  • MQTT

The built-in scheduling mechanisms (triggers) are:

  • Cron-style scheduling

  • Interval-based scheduling (runs tasks on even intervals)

  • Calendar-based scheduling (runs tasks on intervals of X years/months/weeks/days, always at the same time of day)

  • One-off scheduling (runs a task once, at a specific date/time)

Different scheduling mechanisms can even be combined with so-called combining triggers (see the documentation for details).

You can also implement your custom scheduling logic by building your own trigger class. These will be treated no differently than the built-in ones.

Other notable features include:

  • You can limit the maximum number of simultaneous jobs for a given task (function)

  • You can limit the amount of time a job is allowed to start late

  • Jitter (adjustable, random delays added to the run time of each scheduled job)

Documentation

Documentation can be found here.

Source

The source can be browsed at Github.

Reporting bugs

A bug tracker is provided by GitHub.

Getting help

If you have problems or other questions, you can either:

Release files for dd-apscheduler 1.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for dd-apscheduler 1.0.0
File Size Uploaded
dd_apscheduler-1.0.0.tar.gz 3.1 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for dd-apscheduler 1.0.0
File Interpreter ABI Platform
dd_apscheduler-1.0.0-py3-none-any.whl Python 3 none any Details

Total release size:3.2 MB

Release files / dd_apscheduler-1.0.0.tar.gz

Download URL dd_apscheduler-1.0.0.tar.gz
Size 3.1 MB
Tags Source
SHA-256 checksum
How to use checksums
00474f8d1e2270ed01ac69007885906bf359a9bbfebf0d50637030b60dd49f41
BLAKE2b-256 checksum
How to use checksums
8fd1243bc927e5951fb46f5a8e07bbdcab19eba7f45aca53bb19ee573c77b736
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.0

Release files / dd_apscheduler-1.0.0-py3-none-any.whl

Download URL dd_apscheduler-1.0.0-py3-none-any.whl
Size 90.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
6ee800009c408a72a12f996d3af54adfaf93dd97548d78add3bd2899b020c341
BLAKE2b-256 checksum
How to use checksums
699cd10f724b80dd6c27cf2d2949ecbadc360688d851b29f1047c9a3c8b0fd31
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.0

Release history Release notifications | RSS feed

This release

1.0.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page