mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
Update change log
This commit is contained in:
parent
1a859e2143
commit
624e4934c5
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
||||||
* Fix `APP_INCLUDE` environment variable not loading correctly.
|
* Fix `APP_INCLUDE` environment variable not loading correctly.
|
||||||
* 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.
|
* 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.
|
||||||
* 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.
|
* 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.
|
||||||
|
* Bundle sample script for managing php-resque instances using monit
|
||||||
|
* Fix undefined variable `$child` when exiting on non-forking operating systems
|
||||||
|
* Add `PIDFILE` environment variable to write out a PID for single running workers
|
||||||
|
|
||||||
## 1.0 (2010-04-18) ##
|
## 1.0 (2010-04-18) ##
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue