2
votes

We're using Gearman along with Supervisord to queue and run jobs on our server. One issue I cannot seem to be able to solve is completley removing Gearman workers from the job queue. I've tried removing both client/worker source files as well as calling GearmanWorker::unregister from a different worker. When running $ gearadmin --status I still see the worker function within the job queue. Any suggestions?

1

1 Answers

5
votes

You need gearadmin --drop-function XXX