supervisor should be doing that for you?
are you limiting the amount of time a worker can run for?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have a LOT of queue workers . A lot, something like 30.
Sometimes, one time in a month or less, a queue worker go definitively down because failing too fast for a combination of reasons.
How can I (from linux and/or from Laravel/PHP) verify if all queue:workers are running?
@Snapey well.. I mean i want to 'monitor' supervisor because i need to know each process of each group if is running or not.
Anyway, I found a way using XML-RPC api on supervisor and a few php packages (official) offered by supervisor developers. They allow us to edit configuration file and reload and ask for status, etc..
Probably, I definitevely resolved the problem.
See: https://github.com/supervisorphp/supervisor and https://github.com/supervisorphp/supervisor
Please or to participate in this conversation.