APScheduler
About 101 wordsLess than 1 minute
In the initial framework implementation we used APScheduler, but later migrated to Celery. Details: #225
FastAPI + APScheduler is now published as a standalone repository. Its strengths are ease of use, flexibility, and real-time dynamic tasks. If you do not have heavy task requirements, it is a solid choice.
fastapi_schedulerScheduled task management platform built with FastAPI + APScheduler
Warning
We plan to package APScheduler as an fba plugin, but need to wait for the 4.0 release.
