kopia lustrzana https://github.com/snarfed/bridgy-fed
app configs: leaning into cargo-culting liveness_check.initial_delay_sec
https://cloud.google.com/appengine/docs/flexible/reference/app-yaml?tab=python#liveness_checkspull/1187/head
rodzic
eea111c733
commit
2176223038
|
@ -46,7 +46,7 @@ manual_scaling:
|
|||
instances: 1
|
||||
|
||||
liveness_check:
|
||||
# default 300; does lowering this speed up deploy? seems like no
|
||||
# default 300; does lowering this speed up deploy? seems like maybe, a bit?
|
||||
# https://cloud.google.com/appengine/docs/flexible/reference/app-yaml?tab=python#liveness_checks
|
||||
initial_delay_sec: 30
|
||||
|
||||
|
|
|
@ -35,6 +35,11 @@ env_variables:
|
|||
manual_scaling:
|
||||
instances: 1
|
||||
|
||||
liveness_check:
|
||||
# default 300; does lowering this speed up deploy? seems like maybe, a bit?
|
||||
# https://cloud.google.com/appengine/docs/flexible/reference/app-yaml?tab=python#liveness_checks
|
||||
initial_delay_sec: 30
|
||||
|
||||
# https://cloud.google.com/appengine/docs/flexible/python/runtime#application_startup
|
||||
# https://docs.gunicorn.org/en/latest/settings.html
|
||||
# TODO: try asyncio w/eventlet workers
|
||||
|
|
Ładowanie…
Reference in New Issue