@tr8norman you are correct, you can see it here in the description as well: https://github.com/laravel/horizon/blob/5.x/config/horizon.php#L92
Aug 16, 2021
4
Level 7
[LARAVEL HORIZON] trim.pending behavior on horizon.php config
I was wondering what about the trim.pending.
A job is considered Pending only if it is waiting for an available queue worker, is that right?
If I set trim.pending as 60, does that mean a job can only wait in the queue for a maximum of 60mins. If the queue is busy and the job did not execute in the 60mins timespan will the job be deleted?
Level 34
2 likes
Please or to participate in this conversation.