I've encountered a problem
2021/07/12 06:43:18 RequestError: send request failed
caused by: Post https://ecs.eu-west-1.amazonaws.com/: dial tcp 52.95.116.181:443: connect: connection refused
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
I've encountered a problem
Which caused the service to exit. I believe that
RequestErrorcould be caught and handled so the service does not close when AWS ECS is temporarily unavailable