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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@
10
10
* Fix `APP_INCLUDE` environment variable not loading correctly.
11
11
* Jobs are no longer defined as static methods, and classes are instantiated first. This change is NOT backwards compatible and requires job classes are updated.
12
12
* Job arguments are passed to the job class when it is instantiated, and are accessible by $this->args. This change will break existing job classes that rely on arguments that have not been updated.
13
+
* Bundle sample script for managing php-resque instances using monit
14
+
* Fix undefined variable `$child` when exiting on non-forking operating systems
15
+
* Add `PIDFILE` environment variable to write out a PID for single running workers
0 commit comments