Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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