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

[PBI] Standardize error handling #26

Open
5 tasks
devkelley opened this issue Aug 10, 2023 · 0 comments
Open
5 tasks

[PBI] Standardize error handling #26

devkelley opened this issue Aug 10, 2023 · 0 comments
Assignees
Milestone

Comments

@devkelley
Copy link
Contributor

Description

Current error handling is mostly consistent, but things like max-retries and consistent error messages are missing. This task is to standardize across the codebase.

Acceptance criteria

  • Common retry method added for gRPC client calls, etc.
  • Common error handling implemented across main service.
  • Eliminate unwrap() statements except for cases where the variable has already been checked.
  • Determine strategy for gracefully handling shutdown of the service.
  • Ensure logging statements are consistent across project
@devkelley devkelley added this to the backlog milestone Aug 10, 2023
@devkelley devkelley self-assigned this Aug 10, 2023
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