2

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?

dcd0181
  • 1,493
  • 4
  • 29
  • 52

1 Answers1

6

You need gearadmin --drop-function XXX

Yugene
  • 141
  • 1
  • 3