Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メッセージブローカーとして、Celery (2.2.4) と Redis (v.2.2.2) を使用しています。
一部の (ほとんどの) メッセージがランダムに一貫性なく失われる原因は何ですか?
論理的に見える唯一の理由は、redis-instance が使用するメモリを超えていることです。そのため、一部のメッセージは破棄されます (LRU ポリシー (?) を使用)。