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
When scaling service down with docker service scale a task is being killed after 1 second.
Is it possible to make this timeout configurable, same as in docker-compose scale --timeout?
When scaling service down with
docker service scalea task is being killed after 1 second.Is it possible to make this timeout configurable, same as in
docker-compose scale --timeout?