mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-25 08:43:55 -04:00
Increase startup timeout to 15 minutes - as it takes longer with 35 minimum instances
This commit is contained in:
2
Makefile
2
Makefile
@@ -154,7 +154,7 @@ cf-deploy: ## Deploys the app to Cloud Foundry
|
|||||||
cf v3-cancel-zdt-push ${CF_APP} || true
|
cf v3-cancel-zdt-push ${CF_APP} || true
|
||||||
|
|
||||||
cf v3-apply-manifest ${CF_APP} -f <(make -s generate-manifest)
|
cf v3-apply-manifest ${CF_APP} -f <(make -s generate-manifest)
|
||||||
CF_STARTUP_TIMEOUT=10 cf v3-zdt-push ${CF_APP} --wait-for-deploy-complete # fails after 5 mins if deploy doesn't work
|
CF_STARTUP_TIMEOUT=15 cf v3-zdt-push ${CF_APP} --wait-for-deploy-complete # fails after 15 mins if deploy doesn't work
|
||||||
|
|
||||||
|
|
||||||
.PHONY: cf-deploy-api-db-migration
|
.PHONY: cf-deploy-api-db-migration
|
||||||
|
|||||||
Reference in New Issue
Block a user