|
|
|
|
|
by nojvek
2021 days ago
|
|
It’s not the same as cloud run though. Cloud run just needs a thing listening on $PORT environment variable. That’s the only interface needed to the container. The rest is totally agnostic to knowing that it’s inside cloud run. |
|
Do you have to gracefully shutdown the container or does Google just kill the container once it gets a response?