Skip to main content

In-process task scheduler with Cron-like capabilities

Project description

APScheduler is a light but powerful in-process task scheduler that lets you schedule functions (or any python callables) to be executed at times of your choosing.

This can be a far better alternative to externally run cron scripts for long-running applications (e.g. web applications), as it is platform neutral and can directly access your application’s variables and functions.

The development of APScheduler was heavily influenced by the Quartz task scheduler written in Java, although APScheduler cannot claim as many features.

Features

  • No external dependencies

  • Thread-safe API

  • Cron-like scheduling

  • Delayed scheduling of single fire jobs (like the UNIX “at” command)

  • Interval-based scheduling of jobs, with configurable start date and repeat count

Documentation

Documentation can be found on the APScheduler site.

Source

The source can be browsed at Bitbucket.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

APScheduler-1.0.tar.gz (8.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page