Commit Graph

7 Commits

Author SHA1 Message Date
jingyu liu
8ccc31632a repair PHP Notice, on line 17
when run <php queue.php PHP_Job>, it has a PHP Notice.
I think it's right command <php queue.php default PHP_Job>.
2013-12-06 14:14:57 +08:00
Ruud Kamphuis
86ae77811d Working blocking list pop :) 2013-05-29 09:17:06 +02:00
Ruud Kamphuis
b8f98eecd2 WIP 2013-05-29 09:14:18 +02:00
Chris Boulton
2f5b48930f make better use of composer across php-resque
* recommend php-resque be installed via Composer
* provide quick getting started steps
* move ./resque.php to bin/resque, make it available as a Composer bin
* have classes autoloaded via Composer (or some other means if not using Composer)
2013-01-12 22:40:26 +11: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
7ef1ebbd97 Fix up demo/queue.php job arguments 2010-04-19 00:12:35 +10:00
Chris Boulton
cb4205d508 Initial commit 2010-04-18 23:58:43 +10:00