GearmanBundle icon indicating copy to clipboard operation
GearmanBundle copied to clipboard

Feature Request: Admin Telent Service

Open chrisjohnson00 opened this issue 9 years ago • 1 comments

I found a class that someone else created which does what I'm looking for, and created a service within my project to use it. Here's the gist of it: https://gist.github.com/chrisjohnson00/cb52b47b9ee8ab102783

In my controller I use $gearmanAdmin = $this->get('gearman.telnet'); to access the service, then $workers = $gearmanAdmin->getWorkers(); to get the list of workers. There are other things this class provides that I'm not using, and I don't understand much of it... so I thought I'd pass it on to you to see if you can integrate this into the main bundle.

chrisjohnson00 avatar Sep 14 '14 01:09 chrisjohnson00

Great. This is something missing in this bundle :) I'll take a look, thanks :D

mmoreram avatar Sep 14 '14 10:09 mmoreram