Go to file
2010-12-15 18:33:19 +11:00
bin Initial commit 2010-04-18 23:58:43 +10:00
demo Change arguments for jobs to an array instead of an object. Also change other json encoded items to decode to an array rather than objects 2010-04-19 10:35:50 +10:00
lib fixed to pass PHP strict standards 2010-11-18 14:01:10 +08:00
test Addresses warning that posix_kill takes long not string 2010-12-14 23:55:33 -06:00
build.xml Initial commit 2010-04-18 23:58:43 +10:00
CHANGELOG.markdown 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
LICENSE Initial commit 2010-04-18 23:58:43 +10:00
phpunit.xml Initial commit 2010-04-18 23:58:43 +10:00
README & go! 2010-03-11 20:21:06 +11:00
README.markdown Fixing a typo where args was not being set properly. 2010-10-01 00:55:03 -07:00
resque.php Refactors $_ENV to getenv 2010-12-10 17:33:33 -08:00
TODO.markdown Add setUp and tearDown callbacks for jobs 2010-04-20 10:02:34 +10:00