Cloud Run - Requests latency
问题 I am trying to use Cloud Run to run a microservice connected to Firestore. The microservice creates objects based on s2geometry to create multiple geographical zones with specific attributes and thus help localizing users to send them information according to the zone I locate them in. I used Python 3.7 and FastAPI to create the microservice and the routes to communicate with it. The microservice runs smoothly on my local machine and on Compute Engines as most of my routes takes less than 150