#infra #computer-science
Created at 2023-01-27
# [Anonymous feedback](https://www.admonymous.co/louis030195)
# [[Epistemic status]]
#shower-thought
Last modified date: 2023-01-27
Commit: 0
# Related
# TODO
> [!TODO] TODO
# Google Cloud Run tricks
- if running async tasks such as python async, if u set cpu only ON during request time & don't await tasks these tasks will likely fail/not execute
- set a ton of container concurrency, no matter how many thread/processes u run
- container startup time is the dark matter of scaling, optimize ur docker image