skyrocket
skyrocket copied to clipboard
Multiple instances of the same worker?
Anyway to configure a worker pool that can split up the work to be processed in parallel?
@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.