If I have say, 2 servers that submit jobs to a river queue but I only want 1 of them to be doing background work, what is the way to do that? Can the server not intended to do work do InsertTx(SomeArgs) for a SomeWorker which we didn't river.AddWorkers(SomeWorker{}) on?
Sorry if that was confusing.
If I have say, 2 servers that submit jobs to a river queue but I only want 1 of them to be doing background work, what is the way to do that? Can the server not intended to do work do InsertTx(SomeArgs) for a SomeWorker which we didn't river.AddWorkers(SomeWorker{}) on?
Sorry if that was confusing.