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

Function getjobCommand

src/queue.c:738–837  ·  view source on GitHub ↗

GETJOB [NOHANG] [TIMEOUT ] [COUNT ] FROM * ... . * * Get jobs from the specified queues. By default COUNT is 1, so just one * job will be returned. If there are no jobs in any of the specified queues * the command will block. * * When there are jobs in more than one of the queues, the command guarantees * to return jobs in the order the queues ar

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 12

getLongLongFromObjectFunction · 0.85
addReplyErrorFunction · 0.85
addReplyFunction · 0.85
lookupQueueFunction · 0.85
queueFetchJobFunction · 0.85
needJobsForQueueNameFunction · 0.85
needJobsForQueueFunction · 0.85
addReplyJobFunction · 0.85
blockForJobsFunction · 0.85

Tested by

no test coverage detected