Replies: 1 comment
-
|
Yup, it appears that run is blocking and I can just put the code after. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I see there is an event (worker) for when a worker starts, but is there an event for when the worker is stopped? Specifically I would like to run some code when Minion gets stopped when running as a background worker processes with systemd. Or could it be as simple as $worker->run is blocking, and I can just put the code after that?
Beta Was this translation helpful? Give feedback.
All reactions