MCPcopy Create free account
hub / github.com/antirez/disque / dequeueCommand

Function dequeueCommand

src/queue.c:887–901  ·  view source on GitHub ↗

DEQUEUE job-id-1 job-id-2 ... job-id-N * * If the job is queued, remove it from queue and change state to active. * If the job is in any other state, do nothing. * If the job is not known, do nothing. * * Return the number of jobs actually moved from queue to active state. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

validateJobIDsFunction · 0.85
lookupJobFunction · 0.85
dequeueJobFunction · 0.85
addReplyLongLongFunction · 0.85

Tested by

no test coverage detected