Using queues in @laravelphp is great … unless the queue has silently failed and you didn’t even know about it 🚨 I’m going to show you a simple and lightweight strategy to notify you when a queue isn’t processing jobs.
PHP
Quick tips: Sending Laravel output to Ray automatically
A handy overview of the Ray configuration options in Laravel. You can automatically send duplicate queries, slow queries, exceptions, and dump output straight to Ray without adding any ray() calls to your code. Read more