If someone wants to create a bunch of workers using a python script, I don't want the manager to throw an error if the worker name is already taken. Instead, we assume that the script has simply been run before and we only create if it's not already there.
If someone wants to create a bunch of workers using a python script, I don't want the manager to throw an error if the worker name is already taken. Instead, we assume that the script has simply been run before and we only create if it's not already there.