Tagged in

Tips

code16
code16
About open source projects at CODE 16
More information
Followers
59
Elsewhere
More, on Medium

How to test Laravel Horizon notification setup with slack

In Laravel Horizon you can setup a notification system for being alerted when there is a too long wait time on your queues (and check if your queues need more workers). Once everything is setup, you’d generally like to test if…