mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-29 14:01:50 -05:00
set startup timeout to 10 minutes
5 minutes isn't long enough to scale api at load, leading to failed deploys
This commit is contained in:
2
Makefile
2
Makefile
@@ -191,7 +191,7 @@ cf-deploy: ## Deploys the app to Cloud Foundry
|
||||
cf v3-cancel-zdt-push ${CF_APP} || true
|
||||
|
||||
cf v3-apply-manifest ${CF_APP} -f <(make -s generate-manifest)
|
||||
cf v3-zdt-push ${CF_APP} --wait-for-deploy-complete # fails after 5 mins if deploy doesn't work
|
||||
CF_STARTUP_TIMEOUT=10 cf v3-zdt-push ${CF_APP} --wait-for-deploy-complete # fails after 5 mins if deploy doesn't work
|
||||
|
||||
|
||||
.PHONY: cf-deploy-api-db-migration
|
||||
|
||||
Reference in New Issue
Block a user