Creating a new thread in an API in django and calling another API in that thread
I was told that creating a thread for running background tasks will cause problems because in production gunicorn will kill a thread once the response is recieved.
I was told that creating a thread for running background tasks will cause problems because in production gunicorn will kill a thread once the response is recieved.