mirror of
https://github.com/minio/minio.git
synced 2025-03-09 03:00:08 -04:00
all retries must not be counted as failed messages, a failed message is a single counter not for all retries, this PR fixes this. Also we do not need to retry 10-times, instead we should retry at max 3 times with some jitter to deliver the messages.