Skip to content

Commit 4c02511

Browse files
author
Chris Boulton
committed
Update changelog
1 parent 3514a4f commit 4c02511

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
* Allow alternate redis database to be selected when calling setBackend by supplying a second argument (patrickbajao)
44
* Use `require_once` when including php-resque after the app has been included in the sample resque.php to prevent include conflicts (andrewjshults)
5+
* Wrap job arguments in an array to improve compatibility with ruby resque (warezthebeef)
6+
* 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)
57

68
## 1.1 (2011-03-27) ##
79

0 commit comments

Comments
 (0)