Skip to content

Commit 396891b

Browse files
authored
Update tip to note in queues documentation (#10928)
1 parent 46c8651 commit 396891b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@ php artisan queue:work database
15621562
15631563
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.
15641564

1565-
> [!TIP]
1565+
> [!NOTE]
15661566
> 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.
15671567
15681568
<a name="error-handling"></a>

0 commit comments

Comments
 (0)