I have a Flask API where every time a POST request is sent to a specific URL, the job is put on a thread to run in parallel so that my request can continue its work. However