Closed kenpratt closed 12 years ago
If a before_enqueue hook returns false, the job is not queued, but a status is created for it anyhow saying it is queued.
before_enqueue
(duplicate of https://github.com/quirkey/resque-status/pull/56)
Fixed at https://github.com/kenpratt/resque-status/tree/before-enqueue-hooks-compatibility
If a
before_enqueue
hook returns false, the job is not queued, but a status is created for it anyhow saying it is queued.(duplicate of https://github.com/quirkey/resque-status/pull/56)