Flask Application in Google Cloud Run Not Returning a Response
I’ve got a Python Flask application deployed as a Google Cloud Run service, which listens on port 8080 for incoming requests. Most requests I make to this endpoint return the expected output, however, when I pass specific URL parameters that make the function run for much longer (from around 5-10 minutes to 20 minutes), the application does not return a response to the client. The client is a simple requests.post()
function: