laravel / horizon

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

Laravel Action Used As Job Is Not Implementing Silenced Interface #1463

Closed nouman-ashraf-awan closed 1 month ago

nouman-ashraf-awan commented 1 month ago

I have a laravel action which is being dispatched via command. AsJob trait is initialized in Action. Also it implements shouldQueue. I have also implemented Silenced Interface along with ShouldQueue. Also defined Action in silenced array in horizon.php. But its not working. Jobs can be seen in Completed and Failed Jobs On Horizon.

crynobone commented 1 month ago

Hi there,

Thanks for reporting the problem you are encountering, but it looks like this is a question which may be better suited for a support channel. We only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repository you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.