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 (?) ).
精彩评论