You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: