Hi,
With the redis-command "info memory" you can show details about the memory usage, see https://redis.io/commands/INFO
On 12/13/2017 04:17 PM, Tomislav Protega wrote:
intelmq.lib.exceptions.PipelineError: pipeline failed - ResponseError("OOM command not allowed when used memory > 'maxmemory'.", )
We should actually stop the bot if that happens, letting the bot run does not make the situation any better.
For example from 9-10h I have set "blocklist.de" collectors to fetch data.
Are they all stuck in the queue? How many events are there per queue? Are there probably some non-empty queues you no longer use? You can display all queues with:
redis-cli -n 2 keys *
Sebastian