Hoogle Search
Within LTS Haskell 24.2 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
retrySt :: forall m st (es :: Set Type) . Monad m => HandleSt' st m es -> HandleSt st m esmoffy Control.Moffy.Handle No documentation available.
-
streamly-core Streamly.Internal.Data.Parser Like retryMaxTotal but aborts after n successive failures. Unimplemented
-
streamly-core Streamly.Internal.Data.Parser Keep trying a parser up to a maximum of n failures. When the parser fails the input consumed till now is dropped and the new instance is tried on the fresh input. Unimplemented
retryWithRateLimit :: (MonadHttp m, MonadCatch m) => m a -> m agemini-exports Web.Gemini Attempt a request & retry if a 429 RateLimited error is returned. We attempt to parse the retry wait time from the message field but fallback to one second.
retryJob :: Project -> Int -> GitLab (Either (Response ByteString) (Maybe Job))gitlab-haskell GitLab.API.Jobs Retry a single job of a project.
retryPipeline :: Project -> Int -> GitLab (Either (Response ByteString) (Maybe Pipeline))gitlab-haskell GitLab.API.Pipelines Retry a pipeline. Since GitLab 14.6.
retryCount :: OllamaConfig -> Maybe Intollama-haskell Data.Ollama.Chat Number of retries on failure (default: 0 if Nothing)
retryDelay :: OllamaConfig -> Maybe Intollama-haskell Data.Ollama.Chat Delay between retries in seconds (if applicable)
retryCount :: OllamaConfig -> Maybe Intollama-haskell Data.Ollama.Common.Config Number of retries on failure (default: 0 if Nothing)
retryDelay :: OllamaConfig -> Maybe Intollama-haskell Data.Ollama.Common.Config Delay between retries in seconds (if applicable)