Always use worker for server?
If worker is available. Would it make sense to always run the server inside a Worker and even have the "leader" client act like a "follower" in relation to the worker?
Also another way to pick the leader could be to check isMaster (cluster + worker) and make it so that the master is always the leader. We can skip the live retry that way?
Could maybe be achieve in user space with an option.
If worker is available. Would it make sense to always run the server inside a Worker and even have the "leader" client act like a "follower" in relation to the worker?
We need to fix https://github.com/Level/leveldown/issues/667 (and possibly other issues) before level(down) can be used in a worker.