JobQueueRedis sometimes gets stuck in an infinite loop when there are no jobs to do. This is caused by https://github.com/facebook/hhvm/pull/3127/ , an incompatibility between php-redis and hhvm's redis.
Version: unspecified
Severity: normal
JobQueueRedis sometimes gets stuck in an infinite loop when there are no jobs to do. This is caused by https://github.com/facebook/hhvm/pull/3127/ , an incompatibility between php-redis and hhvm's redis.
Version: unspecified
Severity: normal
Change 144545 had a related patch set uploaded by Manybubbles:
Work around hhvm bug in redis job queue