I plan to use Laravel Queue, and now I am doing some research:
Can I get the size of a Laravel queue? Even better, can I get Laravel's queue statistics?
Queue::size($queue);
the size method will return the size of the given queue. Queue::size()will return the default queue size.
Queue::size()
If you use redis, you can use Laravel Horizon to get a more detailed view of what is happening in your queues.
Source: https://habr.com/ru/post/1692494/More articles:Javascript Convert a class variable to Getter / Setter using Decorators - javascriptpandas - take N last values from a group - pythonGetting DOM value from Elm ports - elmHow to create lagging data structure using pandas dataframe - pandasBuilder with conditional inclusion of an element - javaLaravel, how to eliminate the “plucking” part of the value for picking down? - sqlLaravel search function crashes after page refresh - phpРазвертывание Laravel с кеш файлами capistrano - cachingReplacing loops with linq - c #Moving R_X86_64_PC32 per character when calling a function from the built-in assembly - cAll Articles