https://github.com/natthasath/demo-python-fastapi-background-task
FastAPI BackgroundTask allows you to execute non-blocking tasks in the background while returning a response to the client quickly. It's ideal for tasks like sending emails, processing files, or updating caches.
https://github.com/natthasath/demo-python-fastapi-background-task
backgroundtask fastapi poetry python uvicorn
Last synced: 8 months ago
JSON representation
FastAPI BackgroundTask allows you to execute non-blocking tasks in the background while returning a response to the client quickly. It's ideal for tasks like sending emails, processing files, or updating caches.
- Host: GitHub
- URL: https://github.com/natthasath/demo-python-fastapi-background-task
- Owner: natthasath
- License: mit
- Created: 2023-04-18T06:59:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T02:23:01.000Z (over 2 years ago)
- Last Synced: 2025-02-26T10:45:13.356Z (12 months ago)
- Topics: backgroundtask, fastapi, poetry, python, uvicorn
- Language: Python
- Homepage: https://fastapi.tiangolo.com/
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# demo-python-fastapi-background-task
FastAPI BackgroundTask allows you to execute non-blocking tasks in the background while returning a response to the client quickly. It's ideal for tasks like sending emails, processing files, or updating caches.