Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
xclaimRetryCount :: XClaimOpts -> Maybe Integerhedis Database.Redis No documentation available.
xclaimRetryCount :: XClaimOpts -> Maybe Integerhedis Database.Redis.Sentinel No documentation available.
EventRetry :: Natural -> EventMessageservant-client-core Servant.Client.Core.ServerSentEvents Set the event stream's reconnection time.
EventRetryNonNumeric :: ByteString -> EventIgnoreReasonservant-client-core Servant.Client.Core.ServerSentEvents No documentation available.
httpConfigRetryJudge :: HttpConfig -> forall b . () => RetryStatus -> Response b -> Boolreq Network.HTTP.Req The function is used to decide whether to retry a request. True means that the request should be retried. Note: signature of this function was changed in the version 1.0.0.
httpConfigRetryJudgeException :: HttpConfig -> RetryStatus -> SomeException -> Boolreq Network.HTTP.Req Similar to httpConfigRetryJudge, but is used to decide when to retry requests that resulted in an exception. By default it retries on response timeout and connection timeout (changed in version 3.8.0).
httpConfigRetryPolicy :: HttpConfig -> RetryPolicyM IOreq Network.HTTP.Req The retry policy to use for request retrying. By default def is used (see RetryPolicyM). Note: signature of this function was changed to disallow IO in version 1.0.0 and then changed back to its current form in 3.1.0.
defaultRetryPolicy :: RetryPolicysandwich Test.Sandwich.Waits The default retry policy.
histRetryCount :: SessionHistory -> Intwebdriver Test.WebDriver No documentation available.
wdHTTPRetryCount :: WDConfig -> Intwebdriver Test.WebDriver Number of times to retry a HTTP request if it times out (default 0)