Hi,
It seems list tube/queue method is not implemented to check the list of tube/queue as per below phalcon doc.
https://docs.phalcon.io/en/latest/api/Phalcon_Queue_Beanstalk.html
Can a senior developer add a method under Phalcon\Queue\Beanstalk so that we can see available tube/queue?
Reason: Because i want to itrate round robin between tubes/queues.
If that is not possible, should i compile beanstalk c extension seprately in my php and make an object and use it as per below url.
https://github.com/nil-zhang/php-beanstalk/
Please suggest.
Thank in advance.
Regards Tapan Thapa