Closed evanhuang8 closed 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?
DELJOB
disque
@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.
It seems that
DELJOB
only deletes the job from one instance ofdisque
, so does that mean that I will need to connect to every single instance in the cluster and issueDELJOB
? is there any reason why DELJOB is not part of the gossip?