mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Update changelog
This commit is contained in:
parent
3514a4f063
commit
4c025119cc
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
* Allow alternate redis database to be selected when calling setBackend by supplying a second argument (patrickbajao)
|
||||
* Use `require_once` when including php-resque after the app has been included in the sample resque.php to prevent include conflicts (andrewjshults)
|
||||
* Wrap job arguments in an array to improve compatibility with ruby resque (warezthebeef)
|
||||
* Fix a bug where the worker would spin out of control taking the server with it, if the redis connection was interrupted even briefly. Use SIGPIPE to trap this scenario cleanly. (d11wtq)
|
||||
|
||||
## 1.1 (2011-03-27) ##
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue