Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Criar reply para tentar mais de 1 vez uma execução antes de retornar o erro #4

Open
jhonathas opened this issue Dec 17, 2021 · 0 comments

Comments

@jhonathas
Copy link
Contributor

No plugin Sage, eles utilizam além dos retornos {:ok, ...} e {:error, ...} o retorno {:retry, retry_limit: 5, base_backoff: 10, max_backoff: 30_000, enable_jitter: true} como mostra imagem a baixo:
image

Dessa forma é possível configurar a quantidade de tentativas e o espaçamento de tempo entre as tentativas.

Link das opções de retry:
https://hexdocs.pm/sage/Sage.html#t:retry_opts/0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant