2DegreesInvesting / tiltWebTool

https://bit.ly/tilt-app-info
https://2degreesinvesting.github.io/tiltWebTool/
GNU General Public License v3.0
1 stars 0 forks source link

Optimize our services on GCP to minimize costs #231

Closed maurolepore closed 3 months ago

maurolepore commented 3 months ago

Currently the services we have on GCP may be an overkill. The stating and production services should work fine with something like what's listed below. Discussing with Anne/Tilman to better predict how many users the app may have.

Region: europe-west3 (Frankfurt)
Allow unauthenticated invocations
CPU is only allocated during request processing
Minimum number of instances: 0
Allow direct access to your service from the internet

CONTAINERS

Container port: 8080
Memory: 8GiB
CPU: 4
Request timeout: 600 seconds
Maximum concurrent requests per instance: 80
Execution environment: Default
Minimum number of instances: 0
Maximum number of instances: 10
Startup CPU boost: Enabled
maurolepore commented 3 months ago

Done