You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function app to return an immediate response while still finishing the background task afterwards.
Actual Behavior
When running the fastapi app directly, the response is returned immediately. But when running through the func.AsgiFunctionApp, the response is not returned until after the background task has completed.