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

Implement error handling in ExecutionUpsertHandler to avoid unnecessary retries #4849

Open
coderabbitai bot opened this issue Feb 13, 2025 · 1 comment
Assignees

Comments

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 13, 2025

Background

Currently, when the Bidder encounters errors while updating execution state, these errors are propagated to the ExecutionUpsertHandler. While the event watcher has a retry mechanism (3 retries before skipping), we need more sophisticated error handling to:

  • Avoid unnecessary retries for unrecoverable errors
  • Log appropriate error messages
  • Publish relevant metrics for monitoring

Links

Requirements

  1. Implement error handling logic in ExecutionUpsertHandler
  2. Add appropriate logging for different error scenarios
  3. Add metrics to track error occurrences and types
  4. Document the error handling strategy

Requested by @wdbaruni

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