s2

Cloud Run - Requests latency

时间秒杀一切 提交于 2021-01-01 09:10:36
问题 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

Cloud Run - Requests latency

ぐ巨炮叔叔 提交于 2021-01-01 09:10:10
问题 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

Cloud Run - Requests latency

一笑奈何 提交于 2021-01-01 09:09:39
问题 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