walmen
walmen

Reputation: 161

Gearman remove worker function

I would like to clean the tested function from my gearman worker. Do you have any idea how can I manage it from CLI or PHP?

Here is the screen shot and for sure you will know which one I would like to remove without gearman server restarting.

http://cl.ly/image/0I3Y3g0A361J

Thanks in advance. Best regards!

Upvotes: 3

Views: 2686

Answers (1)

Yugene
Yugene

Reputation: 141

You can do it with gearadmin --drop-function XXX

Upvotes: 5

Related Questions