mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +00:00
update changelog
This commit is contained in:
parent
a95c24b32e
commit
e815c687f1
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ Changes by iskandar introduce improved support for using DSNs to connect to Redi
|
||||||
* Fix an issue where a lost connection to Redis could cause an infinite loop (atorres757)
|
* Fix an issue where a lost connection to Redis could cause an infinite loop (atorres757)
|
||||||
* Add a helper method to `Resque_Redis` to remove the namespace applied to Redis keys (tonypiper)
|
* Add a helper method to `Resque_Redis` to remove the namespace applied to Redis keys (tonypiper)
|
||||||
* Call beforePerform hook before retrieivng an instance of the job class (allows beforePerform to cancel a job with DontPerform before initialising your application)
|
* Call beforePerform hook before retrieivng an instance of the job class (allows beforePerform to cancel a job with DontPerform before initialising your application)
|
||||||
|
* Add `beforeEnqueue` hook, called before a job is placed on a queue
|
||||||
|
|
||||||
## 1.2 (2012-10-13) ##
|
## 1.2 (2012-10-13) ##
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue