I am planning to use Laravel Queue, and now I am doing some research:
Is it possible to get the size of a Laravel queue? Even better, can I get some statistics of a Laravel queue?
Queue::size($queue);
The size method will return the size of the given queue. Queue::size()
will return the size of the default queue.
If you are using redis you can use Laravel Horizon to get more detailed insights into what is happening in your queues.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With