|
|
|
|
|
by tlarkworthy
2051 days ago
|
|
Yeah I have a jvm jboss type thing that take 5 mins to startup, which is why I have that pubsub to self in the proxy so I can absorb delays in a managed queue. This of course relies on the upstream not being time sensative or needing a syncronous reply. However, nginx does start in 400ms on cloud run so it's clearly it's the cruft in the docker that's doing it and not the hosting (code is here BTW https://github.com/futurice/terraform-examples/tree/master/g...) |
|