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
Add possibility to set Recreate deployment strategy even there is no Volume set. I believe compose without deploy:update_config has meaning there is no rolling update but rather recreate strategy (docker swarm default behavior).
Why is this needed?
I don't think #264 (comment) statement is right. Sometimes application expects it is run only in one instance. For example when consumes ordered stream from messaging and want to keep results in the same order. In this case it is needed to have set 1 replica and Recreate deployment strategy.
The text was updated successfully, but these errors were encountered:
What would you like to be added?
Add possibility to set Recreate deployment strategy even there is no Volume set. I believe compose without deploy:update_config has meaning there is no rolling update but rather recreate strategy (docker swarm default behavior).
Why is this needed?
I don't think #264 (comment) statement is right. Sometimes application expects it is run only in one instance. For example when consumes ordered stream from messaging and want to keep results in the same order. In this case it is needed to have set 1 replica and Recreate deployment strategy.
The text was updated successfully, but these errors were encountered: