Open gnomed opened 1 year ago
There is a new mode for docker swarm services for "jobs" there is both a replicated-job and global-job mode.
mode
replicated-job
global-job
community.docker.docker_swarm_service
It's already supported by docker, looks like just a few extra concepts but nothing too complex. 2 new service "modes" and a new argument for max-concurrent
max-concurrent
duplicate of #28
SUMMARY
There is a new
mode
for docker swarm services for "jobs" there is both areplicated-job
andglobal-job
mode.ISSUE TYPE
COMPONENT NAME
community.docker.docker_swarm_service
ADDITIONAL INFORMATION
It's already supported by docker, looks like just a few extra concepts but nothing too complex. 2 new service "modes" and a new argument for
max-concurrent