开发者

Celery/Redis some (many) messages getting dropped

开发者 https://www.devze.com 2023-02-15 14:57 出处:网络
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 seem

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

精彩评论

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