Optimize run_beekeeper by waiting for both situations (local started, local...
Optimize run_beekeeper by waiting for both situations (local started, local already running) concurently This one properly handles both situations: * when no beekeeper is running -> we start immidiately as we wont' wait for the other notification to timeout * when beekepeer is already running -> we will use it and won't wait for the other notification to timeout
Loading
Please sign in to comment