I have some server code that I have unsuccessfully tried to run from a GET request, but I keep getting a timeout error. Is it possible to initiate a parallel thread during a GET request and then return a message to the user saying that their request is being handled in the background? If not what are some alternative ways my code can complete without giving the client side control?
I am a newbie running the latest Flask on a gunicorn server.