dynatrace-oss / logstash-output-dynatrace

A Logstash output plugin for sending logs to Dynatrace
4 stars 1 forks source link

Add Net::OpenTimeout to the list of retried exceptions #25

Closed dyladan closed 1 year ago

dyladan commented 1 year ago

Fixes #20

Net::OpenTimeout is a subclass of Timeout::Error that occurs when the TCP open fails. This can happen in the event of an intermittent network failure or a misconfiguration. Adding it to the list of retryable errors minimizes the risk that an intermittent network failure causes data loss.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication