From 6d413810595fd74a6bb0b57f7778762e07f14a62 Mon Sep 17 00:00:00 2001 From: Chenggang Wang <3086973+cwang22@users.noreply.github.com> Date: Wed, 26 Nov 2025 15:39:04 +1100 Subject: [PATCH] Update tip to note in queues documentation --- queues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queues.md b/queues.md index 6686d6e11e..f54125d59e 100644 --- a/queues.md +++ b/queues.md @@ -1562,7 +1562,7 @@ php artisan queue:work database When a queue connection operation fails and failover is activated, Laravel will dispatch the `Illuminate\Queue\Events\QueueFailedOver` event, allowing you to report or log that a queue connection has failed. -> [!TIP] +> [!NOTE] > If you use Laravel Horizon, remember that Horizon manages Redis queues only. If your failover list includes `database`, you should run a regular `php artisan queue:work database` process alongside Horizon.