bossbat icon indicating copy to clipboard operation
bossbat copied to clipboard

Can we separate job assigner and worker to different machine?

Open raoulshih opened this issue 4 years ago • 1 comments

I would like have a bunch of worker machines and one main server that dispatches the job to the workers, but from the source code I don't see how to do it. Is that possible?

raoulshih avatar Aug 13 '20 03:08 raoulshih

I don't think this is the intention of the package.

You could use the redlock package to create a lock for your job yourself. And make a distributed timer with Redis sub/pub events.

mxzinke avatar Sep 25 '20 05:09 mxzinke