Josh Hawthorne
|
91c6fff601
|
updated readme example of how to setBackend to use a single param with a colon for server:port rather than two separate variables
|
2011-04-14 19:43:04 -05:00 |
|
chris.boulton
|
6f43fcfed8
|
Add a plugin/event/hook system
|
2011-03-27 18:42:46 +11:00 |
|
chris.boulton
|
4d4a5ffc89
|
Remove php.ini settings section as it no longer applies due to getenv usage
|
2011-03-27 18:12:24 +11:00 |
|
chris.boulton
|
950ab06c1a
|
Add contributors section, and note about requiring Redis 2.2
|
2011-02-26 20:14:38 +11:00 |
|
Jaisen Mathai
|
f20ab2cac5
|
Fixing a typo where args was not being set properly.
Fixing some typos in the README and added troubleshooting.
|
2010-10-01 00:55:03 -07:00 |
|
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 |
|
Chris Boulton
|
9ce7cfb370
|
Change all require statements to include the full path.
|
2010-04-20 10:59:06 +10:00 |
|
Chris Boulton
|
6e6d7ad859
|
Add setUp and tearDown callbacks for jobs
|
2010-04-20 10:02:34 +10:00 |
|
Chris Boulton
|
c5396f4e86
|
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 |
|
Chris Boulton
|
e3c953baf1
|
Fix up enqueue example arguments - they're now an object. Add example of how to access arguments in the example job
|
2010-04-19 00:12:14 +10:00 |
|
Chris Boulton
|
cb4205d508
|
Initial commit
|
2010-04-18 23:58:43 +10:00 |
|