-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Service Statuses #157
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's a rough cut of some slightly expanded descriptions for each service state based on our code and also based on https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-lifecycle-explanation.html
It's of course worth noting that some of these are ECS specific. I couldn't tell at a glance if there are any GCP or DO specific states that could appear, or if we just provide less-granular updates for deployments to those clouds.
Co-authored-by: Jordan Stephens <[email protected]>
Co-authored-by: Jordan Stephens <[email protected]>
Fixes #11