Contents

APScheduler 3.10.4

0

In-process task scheduler with Cron-like capabilities

In-process task scheduler with Cron-like capabilities

Stars: 5736, Watchers: 5736, Forks: 681, Open Issues: 70

The agronholm/apscheduler repo was created 8 years ago and the last code push was 2 days ago.
The project is extremely popular with a mindblowing 5736 github stars!

How to Install apscheduler

You can install apscheduler using pip

pip install apscheduler

or add it to a project with poetry

poetry add apscheduler

Package Details

Author
Alex Grönholm
License
MIT
Homepage
https://github.com/agronholm/apscheduler
PyPi:
https://pypi.org/project/APScheduler/
GitHub Repo:
https://github.com/agronholm/apscheduler

Classifiers

No  apscheduler  pypi packages just yet.

Errors

A list of common apscheduler errors.

Code Examples

Here are some apscheduler code examples and snippets.

GitHub Issues

The apscheduler package has 70 open issues on GitHub

  • AsyncIOExecutor and class-based job callbacks
  • How to connect to redis cluster in RedisJobStore
  • Storing extra columns than just job id, next_run_time, and job_state.
  • APScheduler 4.0 progress tracking
  • Standard tzinfo is not enough for apscheduler
  • Repeating job with very short interval triggers exception on shutdown: 'RuntimeError: cannot schedule new futures after shutdown'

See more issues on GitHub