Module: Ecoportal::API::Common::Client::WithRetry

Includes:
ElasticApmIntegration
Included in:
Ecoportal::API::Common::Client
Defined in:
lib/ecoportal/api/common/client/with_retry.rb

Constant Summary collapse

DELAY_REQUEST_RETRY =
5
RETRY_ATTEMPTS =
5
HANDLED_CONNECTION_ERRORS =
[
  HTTP::ConnectionError,
  IOError
].freeze

Constants included from ElasticApmIntegration

ElasticApmIntegration::APM_SERVICE_NAME

Method Summary

Methods included from ElasticApmIntegration

#log_unexpected_server_error