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.
retryCount :: OllamaConfig -> Maybe Intollama-haskell Data.Ollama.Generate Number of retries on failure (default: 0 if Nothing)
retryDelay :: OllamaConfig -> Maybe Intollama-haskell Data.Ollama.Generate Delay between retries in seconds (if applicable)
retryCount :: OllamaConfig -> Maybe Intollama-haskell Ollama Number of retries on failure (default: 0 if Nothing)
retryDelay :: OllamaConfig -> Maybe Intollama-haskell Ollama Delay between retries in seconds (if applicable)
retryCallback :: SqlQueryEnv -> SomeException -> IO ()persistent-mtl Database.Persist.Monad A callback to run if retryIf returns True. Useful for logging.
retryIf :: SqlQueryEnv -> SomeException -> Boolpersistent-mtl Database.Persist.Monad Retry a transaction when an exception matches this predicate. Will retry with an exponential backoff. Defaults to always returning False (i.e. never retry)
retryLimit :: SqlQueryEnv -> Intpersistent-mtl Database.Persist.Monad The number of times to retry, if retryIf is satisfied. Defaults to 10.
-
stamina Stamina No documentation available.
-
streamly Streamly.Internal.Data.Stream.Prelude See retry
-
classy-prelude-yesod ClassyPrelude.Yesod Renamed retry for unqualified export