An open API service indexing awesome lists of open source software.

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.

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.