Replies: 1 comment
-
Do you use Horizon? Because that sounds like a job for Horizon. |
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.
-
Sometimes your Laravel queue will stop working and jobs will no longer be processed. The typical way of monitoring this is using a "heartbeat" or "ping" service; you schedule a job to issue an HTTP request to a dedicated endpoint, and if that endpoint doesn't receive a request after a specified time, will notify you.
This strikes me as a common enough use-case that would enhance the developer experience if added to the base framework. It could be done fairly trivially by adding some keys to
config/queue.php
and scheduling jobs accordingly.That said, I can see this is an Envoyer feature so maybe a PR would get rejected..!
Beta Was this translation helpful? Give feedback.
All reactions