Fast (relatively) execution time, but slow response time of a GCP Cloud Run function
The Setup I have two Python GCP Cloud Run Gen2 functions. One is an orchestrator function that receives the initial http request, breaks up the request into smaller chunks and invokes the second function for each of the chunks (15 chunks for each request resulting in 15 requests to the second function for each 1 […]