You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which caused the service to exit. I believe that RequestError could be caught and handled so the service does not close when AWS ECS is temporarily unavailable
The text was updated successfully, but these errors were encountered:
This should be doable with perpetual retries, but the last connection success timestamp should be posted as a metric so the user can query and alert on whether the discovery data is stale.
I've encountered a problem
Which caused the service to exit. I believe that
RequestError
could be caught and handled so the service does not close when AWS ECS is temporarily unavailableThe text was updated successfully, but these errors were encountered: