MCPcopy Create free account
hub / github.com/agilebits/go-redis-queue / Schedule

Method Schedule

redisqueue/queue.go:31–37  ·  view source on GitHub ↗

Schedule schedule a job at some point in the future, or some point in the past. Scheduling a job far in the past is the same as giving it a high priority, as jobs are popped in order of due date.

(job string, when time.Time)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

PushMethod · 0.95
TestQueueTaskSchedulingFunction · 0.80
TestPopOrderFunction · 0.80
TestPopMultiOrderFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestQueueTaskSchedulingFunction · 0.64
TestPopOrderFunction · 0.64
TestPopMultiOrderFunction · 0.64