Molns / molns

MOLNs: a cloud appliance for systems biology applications
http://molns.github.io/molns
4 stars 28 forks source link

More robust worker deployment #15

Open ahellander opened 9 years ago

ahellander commented 9 years ago

When bulk-deploying workers, if one of them fails to boot, none of the workers deploys. For example, if yo try to add 10 instances, and one of them gets stuck in the booting phase, the other workers does not get initiated. If we make the whole process async we can fix this so that if 1 fails, the other 9 still gets deployed.