Queue laravel Framework of php

clipboard.png

if I use onqueue to create tens of thousands of queue classifications. How can all be monitored. Can all be implemented on Synchronize. Will it get stuck. There are not many tasks in each queue category. Occasionally there are two or three at the same time. It"s basically one task. Or no task

Feb.09,2022

not! -- query=default refers to listening on the default queue. If onQueue ('QueryName') is used to specify the queue, it will not run if there is no corresponding listener.

Menu