laravel / horizon

Dashboard and code-driven configuration for Laravel queues.
https://laravel.com/docs/horizon
MIT License
3.87k stars 658 forks source link

[5.x] Feature: Warn if no supervisor config (#1447) #1451

Closed yudikubota closed 6 months ago

yudikubota commented 6 months ago

As discussed in https://github.com/laravel/horizon/issues/1447, users may run php artisan horizon in a different environment and forget to configure the supervisors for this new environment. This feature warns if there are no supervisors configured for the current environment.

This PR implements:

Obs.

It's possible to warn from the MasterSupervisor output but I think the HorizonCommand is more appropriate.

taylorotwell commented 6 months ago

No plans to take any action here.

driesvints commented 6 months ago

@yudikubota looks like we're going to leave things be for now, sorry