laravel / horizon

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

Drop trimmed jobs #1378

Closed alirezadp10 closed 7 months ago

alirezadp10 commented 7 months ago

Hey there! I've just looked into the workflow of trimming jobs, and I'm wondering why jobs remain in Redis storage when they are removed from the sorted set in Redis. I guess it doesn't have any benefit to abandon these kinds of jobs. I can send a PR to drop them.

driesvints commented 7 months ago

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please 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 repo 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.