fluent-plugins-nursery / fluent-plugin-cloudwatch-logs

CloudWatch Logs Plugin for Fluentd
MIT License
201 stars 141 forks source link

Cloudwatch rate limit retry #184

Closed brunozrk closed 4 years ago

brunozrk commented 4 years ago

This pull requests intends to add an option for in_cloudwatch_logs in order to retry request when AWS CloudWatch rate limits exceeds.

I'm facing the same problem described here #114 and with the idea from here, this PR came out.

But instead of retrying right after the rate limit error, I think it is suitable wait few seconds.

Im running this version and it is working properly so far.