-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels