We have successfully used beaver in production for several weeks together with redis running on elasticache. Recently we discovered an issue when redis was full and beaver was unable to push more data to it. When we cleared redis, all our servers stopped responding for a while due to high cpu usage from the beaver process while it was transmitting buffered events (at least this is what we think happened).
Is it possible to disable or set a max size of this buffer?
We have successfully used beaver in production for several weeks together with redis running on elasticache. Recently we discovered an issue when redis was full and beaver was unable to push more data to it. When we cleared redis, all our servers stopped responding for a while due to high cpu usage from the beaver process while it was transmitting buffered events (at least this is what we think happened).
Is it possible to disable or set a max size of this buffer?