gearman-go icon indicating copy to clipboard operation
gearman-go copied to clipboard

Can job be killed by client?

Open lixiongjiu opened this issue 8 years ago • 2 comments

Hello I want to know several problem as follows:

  1. How to kill the job by client?
  2. Can I know which worker running the job? 3 .Can I know all worker address from job server?

lixiongjiu avatar Jul 31 '17 05:07 lixiongjiu

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.

mikespook avatar Jul 31 '17 10:07 mikespook

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

lixiongjiu avatar Jul 31 '17 11:07 lixiongjiu