skyrocket icon indicating copy to clipboard operation
skyrocket copied to clipboard

Multiple instances of the same worker?

Open ming-codes opened this issue 5 years ago • 1 comments

Anyway to configure a worker pool that can split up the work to be processed in parallel?

ming-codes avatar Sep 11 '20 22:09 ming-codes

@ming-codes you'd have to do the parallelization yourself but you can spawn multiple instances, I should add some docs for that if I haven't already.

runspired avatar Jan 15 '21 18:01 runspired