gen_retry icon indicating copy to clipboard operation
gen_retry copied to clipboard

Utilities for retrying Elixir functions, with configurable delay and backoff.

Results 5 gen_retry issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [excoveralls](https://hex.pm/packages/excoveralls) | minor | `~> 0.5` -> `~> 0.16` | --- ### Configuration 📅 **Schedule**:...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ex_doc](https://hex.pm/packages/ex_doc) | minor | `~> 0.26.0` -> `~> 0.29.0` | --- ### Configuration 📅 **Schedule**:...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | circleci/elixir | docker | minor | `1.12.1` -> `1.13.1` | --- ### Configuration...

Right now, all errors are processed through `inspect/1` before being passed to the logger. It would probably help debugging a lot if the stacktrace (`__STACKTRACE__`) can be passed on to...

Removes Dialyzer warning: The call 'Elixir.XXX.Task.Supervisor':async_nolink('Elixir.XXX.Supervisor',_f@1::fun(() -> any()),[{'retries', 3}]) breaks the contract (pid(),'Elixir.GenRetry':retryable_fun(),'Elixir.GenRetry':options()) -> #{'__struct__':='Elixir.Task','owner':=term(),'pid':=term(),'ref':=term()} Drop Elixir 1.7 as type is missing during [release of 1.6 and 1.7](https://github.com/elixir-lang/elixir/commit/ff153b786b3fde1f03ecab3baff0d871722276f9)