Deploy Scheduled Containers in Parallel

I have a service with the scheduling rules of:

io.rancher.scheduler.global: 'true' io.rancher.scheduler.affinity:host_label: profile=my_service
If I am in a pinch and need to force scale extra hosts (rather than wait for autoscale) for that service immediately; I have noticed that even though I have multiple hosts with the my_service label, only a single host at a time will be downloading the service. Shouldn’t all the hosts be downloading the service at once and not one at a time?

I am running rancher v1.1.0

Thanks!

There are improvements to in 1.2 (currently 1.2.0-pre3).

@vincent - Good to know, thank you.