iapilgrim
iapilgrim
@sameersbn :I understand that we don't have automatically promote slave to master. But can we add guideline how to promote current slave to master?
@adonig: As far as I know, if you have 5 Stack and adjust the following line in stack.py ``` _executor = ThreadPoolExecutor(max_workers=3) ``` You'll see unexpected result ( eg some...
@adonig : Yes, I prefer DependsOn solution. That makes Stack definition more clearer and we can build complex dependency graph. Also I 1thought multiprocessing.cpu_count() is for process ( vs thread)....
@nmeyerhans : I'm not pretty sure. Task Definition is a standalone object. I can be run into any cluster. Service could be a standalone object and then we can run...