Skip to content

Background task should be completed even after the client closes the connection. #1595

Answered by soumith2105
soumith2105 asked this question in Q&A
Discussion options

You must be logged in to vote

I solved this by changing --application-close-timeout to 60 seconds so that the ASGI server will not kill the process after socket is closed and wait for 60 seconds for the pending task to complete.
Daphne my_app.asgi:application --application-close-timeout 60

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by soumith2105
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant