This website requires JavaScript.
Explore
Help
Register
Sign in
idanoo
/
php-resque
Watch
1
Star
0
Fork
You've already forked php-resque
0
mirror of
https://github.com/idanoo/php-resque
synced
2025-07-01 05:32:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2c26cf8d58
php-resque
/
lib
History
Download ZIP
Download TAR.GZ
Chris Boulton
5f64653149
Change job classes to be instantiated rather than calling methods statically. This obviously makes it easier for state information to be destroyed after a job runs. This change is NOT backwards compatible and requests job classes be rewritten. Jobs also no longer receive arguments in the perform/setUp/tearDown methods but instead are passed as a $args variable to the instantiated job
2010-08-01 15:23:41 +10:00
..
Redisent
Initial commit
2010-04-18 23:58:43 +10:00
Resque
Change job classes to be instantiated rather than calling methods statically. This obviously makes it easier for state information to be destroyed after a job runs. This change is NOT backwards compatible and requests job classes be rewritten. Jobs also no longer receive arguments in the perform/setUp/tearDown methods but instead are passed as a $args variable to the instantiated job
2010-08-01 15:23:41 +10:00
Resque.php
Update changelog. Formatting fixes
2010-08-01 15:03:28 +10:00