php-resque/lib
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