Skip to content

Commit 8259dc7

Browse files
author
Chris Boulton
committed
update changelog
1 parent 6165de4 commit 8259dc7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
* Use `require_once` when including php-resque after the app has been included in the sample resque.php to prevent include conflicts (andrewjshults)
55
* Wrap job arguments in an array to improve compatibility with ruby resque (warezthebeef)
66
* 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)
7+
* Added support of Redis prefix (namespaces) (hlegius)
8+
* When reserving jobs, check if the payload received from popping a queue is a valid object (fix bug whereby jobs are reserved based on an erroneous payload) (salimane)
9+
* Re-enable autoload for class_exists in Job.php (humancopy)
10+
* Fix lost jobs when there is more than one worker process started by the same parent process (salimane)
11+
* Move include for resque before APP_INCLUDE is loaded in, so that way resque is available for the app
12+
* Avoid working with dirty worker IDs (salimane)
13+
714

815
## 1.1 (2011-03-27) ##
916

0 commit comments

Comments
 (0)