You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.markdown
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@
4
4
* Use `require_once` when including php-resque after the app has been included in the sample resque.php to prevent include conflicts (andrewjshults)
5
5
* Wrap job arguments in an array to improve compatibility with ruby resque (warezthebeef)
6
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)
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
0 commit comments