Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastapi-practices/fastapi_scheduler
Task scheduling system based on FastAPI with APScheduler
https://github.com/fastapi-practices/fastapi_scheduler
apscheduler fastapi fastapi-apscheduler fastapi-scheduler
Last synced: about 1 month ago
JSON representation
Task scheduling system based on FastAPI with APScheduler
- Host: GitHub
- URL: https://github.com/fastapi-practices/fastapi_scheduler
- Owner: fastapi-practices
- License: mit
- Created: 2023-09-22T10:06:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-23T10:19:59.000Z (about 1 year ago)
- Last Synced: 2023-11-23T11:26:39.738Z (about 1 year ago)
- Topics: apscheduler, fastapi, fastapi-apscheduler, fastapi-scheduler
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI Scheduler
[![GitHub](https://img.shields.io/github/license/fastapi-practices/fastapi_scheduler)](https://github.com/fastapi-practices/fastapi_scheduler/blob/master/LICENSE)
[![Static Badge](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)WIP