Replies: 1 comment 1 reply
-
|
See how |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've a Perl application that is using
Minionto enqueue a set of tasks, then calling$minion->worker->run.But I would like to stop the main loop once all the tasks have completed (successfully). In other words, I would like
runto work pretty much as$minion->perform_tasksbut with parallelism. Is that possible?Beta Was this translation helpful? Give feedback.
All reactions