yii-resque icon indicating copy to clipboard operation
yii-resque copied to clipboard

Resque components for Yii, based on php-resque

Results 11 yii-resque issues
Sort by recently updated
recently updated
newest added

The return value of 'scan' in 'redis' is a cursor and an array,' scan 'in' resque 'is an array, What do you suggest ```redis 127.0.0.1:6379[7]> scan 0 match worker:job:* count...

**yiic rresque startrecurring** PHP Error[2]: Redis::zRangeByScore() expects at most 4 parameters, 6 given in file /var/www/projects/rezidenttaxi.loc/protected/components/yii-resque/lib/Credis/Client.php at line 608 #0 /var/www/projects/rezidenttaxi.loc/protected/components/yii-resque/lib/Credis/Client.php(608): Redis->zRangeByScore() #1 /var/www/projects/rezidenttaxi.loc/protected/components/yii-resque/lib/Resque/Redis.php(148): Credis_Client->__call() #2 /var/www/projects/rezidenttaxi.loc/protected/components/yii-resque/lib/ResqueScheduler.php(246): Resque_Redis->__call() #3 /var/www/projects/rezidenttaxi.loc/protected/components/yii-resque/lib/ResqueScheduler/Worker.php(58):...

Update the Config sample to include commas on the array elements.

While adding the library to Yii 1.* , found a typo - missing ) https://github.com/rolies106/yii-resque/commit/571e4625a92a0424665f1fa520bc2302064d2ad0#diff-90a7799666a7277ef5e6064f278df257R247

`PHP Error[8]: Redis::incrBy(): send of 70 bytes failed with errno=32 Broken pipe in file /Users/debm/www/local.template.net/App/protected/components/yii-resque/lib/Credis/Client.php at line 608 #0 unknown(0): Redis->incrBy() #1 /Users/debm/www/local.template.net/App/protected/components/yii-resque/lib/Credis/Client.php(608): call_user_func_array() #2 /Users/debm/www/local.template.net/App/protected/components/yii-resque/lib/Resque/Redis.php(148): Credis_Client->__call() #3 /Users/debm/www/local.template.net/App/protected/components/yii-resque/lib/Resque/Stat.php(31): Resque_Redis->__call()...

Hello How i get metriks queue? number of run? number of delayed? getQueues return free timestamp( getDelayedJobsCount return number 3(

Will there be a Yii2 version of this anytime soon?

CredisException Failed to AUTH connection /mnt/hgfs/code/ycf_resque/protected/components/yii-resque/lib/Credis/Client.php(612) ``` 600 } 601 602 // Multi and pipeline return self for chaining 603 if($this->isMulti) { 604 call_user_func_array(array($this->redisMulti, $name), $args); 605 return $this; 606...