Rocketry is a modern scheduling framework with a powerful condition system that enables complex scheduling with a simple syntax. FastAPI is a web framework often used to build REST APIs. We can read task logs, shut down the scheduler or create, delete, terminate or run tasks using our API. Rocketry and FastAPI both run using async so we can use it to run both at same time.
Table of contents
Scheduler with an API: Rocketry + FastAPIAbout Rocketry and FastAPICreating our applicationWhat next?Sort: