Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
retry :: (MonadIO m, MonadCatch m) => RetrySettings -> (RetryStatus -> m a) -> m astamina Stamina.HTTP Retry handler for HTTP requests. Retries a subset of HTTP exceptions and overrides the delay with the Retry-After header if present.
-
streamly Streamly.Internal.Data.Stream.IsStream retry takes 3 arguments
- A map m whose keys are exceptions and values are the number of times to retry the action given that the exception occurs.
- A handler han that decides how to handle an exception when the exception cannot be retried.
- The stream itself that we want to run this mechanism on.
- The stream evaluation aborts
- The exception is looked up in m
-
streamly Streamly.Internal.Data.Stream.Prelude retry takes 3 arguments
- A map m whose keys are exceptions and values are the number of times to retry the action given that the exception occurs.
- A handler han that decides how to handle an exception when the exception cannot be retried.
- The stream itself that we want to run this mechanism on.
- The stream evaluation aborts
- The exception is looked up in m
retry :: forall (b :: Type -> Type) a . Functor b => Wizard b a -> Wizard b awizards System.Console.Wizard Retry produces a wizard that will retry the entire conversation again if it fails. It is simply retry x = x <|> retry x.
-
HTTP Network.HTTP.Base No documentation available.
-
This module exposes combinators that can wrap arbitrary monadic actions. They run the action and potentially retry running it with some configurable delay for a configurable number of times. The express purpose of this library is to make it easier to work with IO and especially network IO actions that often experience temporary failure that warrant retrying of the original action. For example, a database query may time out for a while, in which case we should delay a bit and retry the query.
-
Unlifted Control.Retry.
module Test.Hspec.Contrib.
Retry No documentation available.
-
dejafu Test.DejaFu.Conc.Internal.STM The transaction aborted by calling retry, and read the returned TVars. It should be retried when at least one of the TVars has been mutated.
-
TCache Data.TCache forces a retry