HOOKS.md in backburner-allq-1.0.8 vs HOOKS.md in backburner-allq-1.0.9
- old
+ new
@@ -4,10 +4,10 @@
In many cases you can use a hook rather than mess around with Backburner's internals.
## Job Hooks
Hooks are transparently adapted from [Resque](https://github.com/resque/resque/blob/master/docs/HOOKS.md), so
-if you are familiar with their hook API, now you can use nearly the same ones with beanstalkd and backburner!
+if you are familiar with their hook API, now you can use nearly the same ones with allq and backburner!
There are a variety of hooks available that are triggered during the lifecycle of a job:
* `before_enqueue`: Called with the job args before a job is placed on the queue.
If the hook returns `false`, the job will not be placed on the queue.