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

Handle non-fatal errors in db::actor #25

Open
Thomasdezeeuw opened this issue Nov 2, 2020 · 0 comments
Open

Handle non-fatal errors in db::actor #25

Thomasdezeeuw opened this issue Nov 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Thomasdezeeuw
Copy link
Owner

Currently all errors are returned the the supervisor, but some of the errors can be handled by the db::actor itself. This does require a review of the methods on Storage if they can cleanly recover from failure.

@Thomasdezeeuw Thomasdezeeuw added the enhancement New feature or request label Nov 2, 2020
Thomasdezeeuw added a commit that referenced this issue Nov 5, 2020
Most errors are fatal anyway, the one that are not should be handled by
the actor itself (which is track in issue #25).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant