antirez / disque

Disque is a distributed message broker
BSD 3-Clause "New" or "Revised" License
8.01k stars 538 forks source link

How to completely delete a job? #172

Closed evanhuang8 closed 8 years ago

evanhuang8 commented 8 years ago

It seems that DELJOB only deletes the job from one instance of disque, so does that mean that I will need to connect to every single instance in the cluster and issue DELJOB? is there any reason why DELJOB is not part of the gossip?

themage commented 8 years ago

@evanhuang8, doesn't ACKJOB do what you need?

from the source comments, DELJOB seems to be more of a debug util than part of normal queue operation.