Redis 错误:('_kombu.binding.reply.celery.pidbox') 已从 Redis 数据库中删除



with

flask-caching==1.7.2
flask==1.0.3
redis==3.2.1
celery==4.3.0

我嘟嘟净闪烁错误

Cannot route message for exchange 'reply.celery.pidbox': Table empty or key no longer exists. 
Probably the key ('_kombu.binding.reply.celery.pidbox') has been removed from the Redis database.

我使用

# redis
REDIS_URL = os.environ['REDIS_URL']       
# flask-caching
CACHE_TYPE = 'redis'
CACHE_KEY_PREFIX = 'glue_flask_cache_'
CACHE_REDIS_URL = REDIS_URL

任何想法如何处理此错误以及如何修复它们?

已知问题 - https://github.com/celery/kombu/issues/1063 - 应该在发布的 4.6.x 之一中修复,但似乎不是......

相关内容

  • 没有找到相关文章

最新更新