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

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

For ThrottlingException fix the scenario where retry_limit is 0 #187

Closed vasu-git closed 4 years ago

vasu-git commented 4 years ago

If I do not want fluentd to retry at all , with the earlier logic it was retrying atleast once.

vasu-git commented 4 years ago

Thanks @cosmo0920 :)