gearman-go
gearman-go copied to clipboard
Can job be killed by client?
Hello I want to know several problem as follows:
- How to kill the job by client?
- Can I know which worker running the job? 3 .Can I know all worker address from job server?
Since all the questions belong to the gearmand usage, please check the document here: http://gearman.org/getting-started/
I don't think we can do such things in gearmand (not sure about the newest version), but I think it's pretty easy to implement them by using a message queue.
Thank you, I read the document http://gearman.org/getting-started/ just now. You are right, I can not find ways to do such things in gearmand