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 exponential backoff for connections to Block Nodes #17963

Open
15 tasks
derektriley opened this issue Feb 19, 2025 · 0 comments
Open
15 tasks

Implement exponential backoff for connections to Block Nodes #17963

derektriley opened this issue Feb 19, 2025 · 0 comments

Comments

@derektriley
Copy link
Contributor

Background

For connections to Block Nodes, an exponential backoff algorithm should be implemented for whenever the consensus node is establishing/reconnecting to a Block node.

Acceptance Criteria

  • An exponential backoff algorithm should be implemented for whenever the consensus node is establishing/reconnecting to a Block node.

Dependencies

No response

Definition of Ready (DoR) Checklist

  • Clear acceptance criteria
  • Clear and detailed description
  • Dependencies identified
  • Links to documentation
  • Should be completable in 2-3 Days
  • Initial draft of Low-level design document
  • At least high level test plan
  • Groomed/Estimated

Definition of Done (DoD) Checklist

  • Acceptance Criteria complete
  • No Codacy issues greater than minor (in new code)
  • JavaDocs updated/created
  • Code commented
  • Unit tests created/updated
  • 80% test code coverage (in new code)
  • Happy Path and major negative cases in HAPI tests as applicable
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