AfterRemove adds a callback to be run immediately after a Job is removed from the queue (with Remove()). The callback will be passed the queue itself and the job that was just shifted. If Remove is called on an empty queue, this callback will not run.
(f func(q *Queue, j *Job))
source not stored for this graph (policy: none)
no outgoing calls