tornado-celery
tornado-celery copied to clipboard
fix: If the task is completed before subscription, we would not get …
Fixes RedisConsumer issue :
- 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.
- Using
millisecondinstead ofmicrosecondsfor ioloop timeout.
@mher, please review this fix.