This project is no longer actively supported. It is made available as read-only. A highly available, horizontally scalable queuing and notification service compatible with AWS SQS and SNS
Apache License 2.0
277
stars
50
forks
source link
CMB slows down by factor 10 when Redis is down #44
This is due to excessive checking for Redis connectivity. A circuit breaker should be implemented so that Redis is only checked every few seconds.