Skip to content

Why does my test env gets a 503 Service Temporarily Unavailable but my prod does not? #5809

Answered by iamhopaul123
lominming asked this question in Q&A
Discussion options

You must be logged in to vote

It's expected because it's configured as

    deployment:             # The deployment strategy for the "test" environment.
      rolling: 'recreate'   # Stops existing tasks before new ones are started for faster deployments.

for test env deployment.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lominming
Comment options

@iamhopaul123
Comment options

Answer selected by dannyrandall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants