You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: