codeigniter-queue-worker
codeigniter-queue-worker copied to clipboard
CodeIgniter 3 Daemon Queue Worker (Consumer) Management Controller
please explain why I have the message "Queue Listener - Job empty"
Hello, I saw in documentation is requeried codeigniter version 3+ It is possible to make compatible with version 2? Another question, you can store data for use it in the...
I'm interested in with codeigniter-queue-worker, can you give example source code 'myjobs' library ?
Hi, I have multiple instances of same web application on the server, in differents vhosts, when a "worker" of an instance start and there is a the same "worker" active...
In CodeIgniter3 Router class methods was changed, if CI3 is detected the new methods are used. I created a version check method to match CI version…the new methods are used
Hi, is there anyway to get windows support for multiple workers? Currently, I can only do `php index.php queue/my_worker single` which only launces a single worker, so if I have...