Hoogle Search
Within LTS Haskell 24.5 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
logstashQueueRetryPolicy :: LogstashQueueCfg ctx -> RetryPolicyM IOlogstash Logstash The retry policy.
ExportFailedNotRetryable :: ExportResultopentelemetry-extra OpenTelemetry.Common No documentation available.
ExportFailedRetryable :: ExportResultopentelemetry-extra OpenTelemetry.Common No documentation available.
SleepAndRetryOnEOF :: WatDoOnEOFopentelemetry-extra OpenTelemetry.EventlogStreaming_Internal No documentation available.
-
socket System.Socket.Unsafe No documentation available.
shouldRetry :: DdbErrCode -> Boolaws Aws.DynamoDb.Core Whether the action should be retried based on the received error.
UA_RetryOnConflict :: Int -> UpsertActionMetadatabloodhound Database.Bloodhound.Client.Cluster No documentation available.
UA_RetryOnConflict :: Int -> UpsertActionMetadatabloodhound Database.Bloodhound.Common.Types No documentation available.
defRetryHandlers :: forall (m :: Type -> Type) . Monad m => [RetryStatus -> Handler m Bool]cql-io Database.CQL.IO The default retry handlers permit a retry for the following errors:
- A HostError, since it always occurs before a query has been sent to the server.
- A ConnectionError that is a ConnectTimeout, since it always occurs before a query has been sent to the server.
- A ResponseError that is one of the
following:
- Unavailable, since that is an error response from a coordinator before the query is actually executed.
- A ReadTimeout that indicates that the required consistency level could be achieved but the data was unfortunately chosen by the coordinator to be returned from a replica that turned out to be unavailable. A retry has a good chance of getting the data from one of the other replicas.
- A WriteTimeout for a write to the batch log failed. The batch log is written prior to execution of the statements of the batch and hence these errors are safe to retry.
-
cql-io Database.CQL.IO The default retry policy permits a single, immediate retry.