laravel / horizon

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

feat: Adding Horizon Flush Command to delete all keys on horizon conn #1332

Closed jihadadulrazaqjasim closed 1 year ago

jihadadulrazaqjasim commented 1 year ago

This feature is useful in local environments to truncate all horizon-related information from Redis, It includes confirmation when running the command in production.

taylorotwell commented 1 year ago

Thanks for your pull request to Laravel!

Unfortunately, I'm going to delay merging this code for now. To preserve our ability to adequately maintain the framework, we need to be very careful regarding the amount of code we include.

If possible, please consider releasing your code as a package so that the community can still take advantage of your contributions!

If you feel absolutely certain that this code corrects a bug in the framework, please "@" mention me in a follow-up comment with further explanation so that GitHub will send me a notification of your response.