Commit Graph

18 Commits

Author SHA1 Message Date
Daniel Mason
2a3dcd8537 Clean up bin/resque file 2018-05-27 14:52:05 +12:00
lixiangyang
7c9c18352c bin/resque 缺少一个$ 2016-10-24 13:53:58 +08:00
Chris Boulton
eba6ef55e7 abort bin/resque when managing multiple workers and pcntl_fork is unavailable 2016-10-11 12:08:54 -07:00
Iskandar Najmuddin
b0385d2959 Add comment describing REDIS_BACKEND format to bin/resque 2014-05-05 15:11:20 +00:00
Alexander Kotynia
03d31830d1 Fix notice for: 'Undefined variable: logger' 2013-08-22 11:32:56 +03:00
Rockstar04
5cef885a06 Look for a var in the bin/resque script to allow override 2013-06-25 12:10:08 -07:00
Rockstar04
726e58a297 Added basic logging class for a fallback
Corrected unit tests for new code

Add partial unit coverage for logging class

Add newline to logTest file
2013-06-25 12:01:50 -07:00
Ruud Kamphuis
ffff86c40c Fixes bin/resque 2013-06-03 18:09:54 +02: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
Ruud Kamphuis
01c291f367 Added a PREFIX environment variable to set the Resque prefix 2013-03-26 13:59:33 +01:00
Chris Boulton
cd85e8be85 Merge pull request #85 from charly22/patch-1
REDIS_BACKEND_DB env variable added
2013-03-06 19:56:25 -08:00
Carlos Viglietta
afd84de155 REDIS_BACKEND_DB env variable added
It's enable the possibility of use a different db index on redis backend
2013-02-06 12:37:12 -02:00
Jesse O'Brien
762daf9f36 Extra check for vendor 3 folders up.
Failure to check up *3* folders when running the binary from
chrisboulton/php-resque/bin/ results in never finding the autoload
file when it tries to load up the composer dependencies.
2013-01-21 15:50:24 -05:00
Chris Boulton
6800fbe5ac fix compatibility with phpredis
* implement a fork helper method that closes the connection to redis before forking (instead of resetting after)
  to work around bugs with phpredis/socket fork handling
* phpredis does not automatically typecast to string, so worker name must be typecasted when registering
2013-01-13 02:59:06 +11: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
02141982b1 remove bin/resque, which is empty 2012-10-13 17:58:42 +11:00
Chris Boulton
cb4205d508 Initial commit 2010-04-18 23:58:43 +10:00