laravel / horizon

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

Only creates a reference if minutesForType > 0 #1349

Closed andreladocruz closed 9 months ago

andreladocruz commented 9 months ago

This avoids consuming too much memory with references.

Conversation here: https://github.com/laravel/horizon/issues/1348

andreladocruz commented 9 months ago

closing as the solution is not the right one