Skip to content

FastAPI-APScheduler is a simple scheduled task manager for FastAPI based on APScheduler.

License

Notifications You must be signed in to change notification settings

grelinfo/fastapi-apscheduler4

Repository files navigation

fastapi-apscheduler4

FastAPI-APScheduler4 is a simple scheduled task manager for FastAPI based on APScheduler version 4.

PyPI - Version PyPI - License PyPI - Python Version codecov Ruff Rye


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 dependancy is not yet released and ready for production too.

Contributions are welcome! Feel free to open an issue or a pull request.

About

FastAPI-APScheduler is a simple scheduled task manager for FastAPI based on APScheduler.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages