BeforeRemove adds a callback to be run immediately before a Job is removed from the queue (with Remove()). The callback will be passed the queue itself and the job that's about to be removed. 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