logstash-plugins / logstash-output-s3

Apache License 2.0
58 stars 151 forks source link

Feat: Added retry_count and retry_delay config #218

Closed kares closed 4 years ago

kares commented 4 years ago

initially wanted to filter out specific errors that make sense to get retried (e.g. only rescue-ing Aws::S3::Errors::ServiceError and inspecting error.code) but possibilities are wild.

resolves https://github.com/logstash-plugins/logstash-output-s3/issues/216 (also closes https://github.com/logstash-plugins/logstash-output-s3/issues/169)