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.

  1. data RetryLog step fail done

    cabal-install-solver Distribution.Solver.Modular.RetryLog

    Progress as a difference list that allows efficient appends at failures.

  2. data RetrySettings

    cql-io Database.CQL.IO

    Retry settings control if and how retries are performed by the client upon encountering errors during query execution. There are three aspects to the retry settings:

    1. What to retry. Determined by the retry handlers (setRetryHandlers).
    2. How to perform the retries. Determined by the retry policy (setRetryPolicy).
    3. Configuration adjustments to be performed before retrying. Determined by adjustConsistency, adjustSendTimeout and adjustResponseTimeout. These adjustments are performed once before the first retry and are scoped to the retries only.
    Retry settings can be scoped to a client action by retry, thus locally overriding the "global" retry settings configured by setRetrySettings.

  3. RetryLimitExceeded :: TransactionError

    persistent-mtl Database.Persist.Monad

    The retry limit was reached when retrying a transaction.

  4. data RetryAction

    stamina Stamina

    No documentation available.

  5. RetryDelay :: NominalDiffTime -> RetryAction

    stamina Stamina

    No documentation available.

  6. data RetrySettings

    stamina Stamina

    Settings for the retry functions.

  7. RetrySettings :: RetryStatus -> Maybe Int -> Maybe NominalDiffTime -> Maybe NominalDiffTime -> Double -> Double -> RetrySettings

    stamina Stamina

    No documentation available.

  8. data RetryStatus

    stamina Stamina

    Tracks the status of a retry All fields will be zero if no retries have been attempted yet.

  9. RetryStatus :: Int -> NominalDiffTime -> NominalDiffTime -> IO () -> Maybe SomeException -> RetryStatus

    stamina Stamina

    No documentation available.

  10. RetryTime :: UTCTime -> RetryAction

    stamina Stamina

    No documentation available.

Page 11 of many | Previous | Next