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

[EVM Reader] Standardize Retry Policy use #526

Open
3 tasks
fmoura opened this issue Jul 19, 2024 · 0 comments
Open
3 tasks

[EVM Reader] Standardize Retry Policy use #526

fmoura opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
#feat:evm-reader Feature: evm reader
Milestone

Comments

@fmoura
Copy link
Contributor

fmoura commented Jul 19, 2024

📚 Context

Retry policy is only being used on calls to the Blockchain thought EthClient. This same policy should be applied to every possible request and Databases calls as well

✔️ Solution

Apply Retry Policy on EthClient and Database connection and also on top of calls to the Database

📈 Subtasks

  • Check the need and apply Retry Policy on top of EthClient creation
  • Apply Retry Policy on Database connection
  • Apply Retry Policy on Database calls
@fmoura fmoura self-assigned this Jul 19, 2024
@fmoura fmoura added this to Node Unit Jul 19, 2024
@fmoura fmoura moved this to 📋 Backlog in Node Unit Jul 19, 2024
@fmoura fmoura added the #feat:evm-reader Feature: evm reader label Jul 19, 2024
@fmoura fmoura changed the title Standardize Retry Policy use on EVM Reader [EVM Reader] Standardize Retry Policy use Jul 19, 2024
@marcelstanley marcelstanley added this to the TBD milestone Jul 26, 2024
@marcelstanley marcelstanley modified the milestones: TBD, 2.0.0 Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#feat:evm-reader Feature: evm reader
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants