Currently this plugin gets full list of queues (with or without ignore options)
If this list happens to be large, it takes minutes to fetch the data. Currently /api/queues supports parameter name, which allows you to filter queues by substring or regex without touching unneeded queues at all. This works much faster
Currently this plugin gets full list of queues (with or without ignore options)
If this list happens to be large, it takes minutes to fetch the data. Currently
/api/queues
supports parametername
, which allows you to filter queues by substring or regex without touching unneeded queues at all. This works much faster