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

Add retry for ZLayer #3503

Closed
octavz opened this issue Apr 30, 2020 · 2 comments · Fixed by #3566
Closed

Add retry for ZLayer #3503

octavz opened this issue Apr 30, 2020 · 2 comments · Fixed by #3566
Assignees

Comments

@octavz
Copy link
Contributor

octavz commented Apr 30, 2020

Would be nice to be able to retry the creation of a ZLayer, think about initialization code that is failing until other conditions are met.
Most of the times we can just retry on a ZIO and use that to build a layer but it might not be always easy to do that and having retry on ZLayer seems more handy

@He-Pin
Copy link
Contributor

He-Pin commented May 9, 2020

make it exponential

@adamgfraser
Copy link
Contributor

I will add this.

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

Successfully merging a pull request may close this issue.

3 participants