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
Attempting to stop services in an ECS cluster that used the daemon scheduling strategy throws an error. The logs are:
I, [2019-05-20T19:00:13.578661 #30810] INFO -- : Stopping ECS service my-service...
E, [2019-05-20T19:00:13.598088 #30810] ERROR -- : An exception occurred during stop operation against resource my-ecs-cluster
E, [2019-05-20T19:00:13.598134 #30810] ERROR -- : The daemon scheduling strategy does not support a desired count for services. Remove the desired count value and try again
The code that stops the ECS services needs to be aware of the different types of scheduling strategies and used the appropriate mechanism to stop the service for each.
The text was updated successfully, but these errors were encountered:
Attempting to stop services in an ECS cluster that used the daemon scheduling strategy throws an error. The logs are:
The code that stops the ECS services needs to be aware of the different types of scheduling strategies and used the appropriate mechanism to stop the service for each.
The text was updated successfully, but these errors were encountered: