Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Admin Telent Service #127

Open
chrisjohnson00 opened this issue Sep 14, 2014 · 1 comment
Open

Feature Request: Admin Telent Service #127

chrisjohnson00 opened this issue Sep 14, 2014 · 1 comment

Comments

@chrisjohnson00
Copy link
Contributor

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.

@mmoreram
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants