开发者

Celery/Redis some (many) messages getting dropped

I'm using Celery (2.2.4) with Redis (v.2.2.2) as my message broker.

Any idea what would caus开发者_如何学编程e SOME (most) messages to randomly and inconsistently get lost?


The only reason that seems logical is that you exceed the memory that your redis-instance uses. So some messages are discarded ( with LRU policy (?) ).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜