fastapi-apscheduler4
FastAPI-APScheduler4 is a simple scheduled task manager for FastAPI based on APScheduler version 4.
Documentation: https://grelinfo.github.io/fastapi-apscheduler4/
Source Code: https://github.com/grelinfo/fastapi-apscheduler4
The key feature are:
- Easy: Just add a decorator to your function and it will be scheduled.
- No boilerplate: Few lines of code to make it work.
- Out-of-the-box: Configuration can be done directly from environment variables (Twelve-Factor App standard).
🚧 WORK IN PROGRESS 🚧
The project is still in development and not ready for production. The API may change in the future. Specifically, because APScheduler main dependency is not yet released and ready for production too.
APScheduler 4 has not moved since 4.0.0a6, released in April 2025. No newer 4.x release has been published since, so this project stays on that alpha and remains on hold until upstream ships a stable 4.0.
Contributions are welcome! Feel free to open an issue or a pull request.
🚀 Related project
grelmicro — Async-first toolkit. Microservice patterns inside.
Distributed locks, cache, rate limiting, circuit breakers, transactional outbox, and observability for Python. Includes a small task scheduler too. ⏰