Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 250 Bytes

File metadata and controls

2 lines (2 loc) · 250 Bytes

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.