tornado-celery icon indicating copy to clipboard operation
tornado-celery copied to clipboard

fix: If the task is completed before subscription, we would not get …

Open Strawhatfy opened this issue 10 years ago • 1 comments

Fixes RedisConsumer issue :

  1. If the task is completed before subscription, we would not get the result.So we try to check this case until the subscription is completed.
  2. Using millisecond instead of microseconds for ioloop timeout.

Strawhatfy avatar Dec 20 '15 05:12 Strawhatfy

@mher, please review this fix.

Strawhatfy avatar Dec 20 '15 05:12 Strawhatfy