cartesi / rollups-node

Reference implementation of the Cartesi Rollups Node
Apache License 2.0
23 stars 64 forks source link

[EVM Reader] Standardize Retry Policy use #526

Open fmoura opened 4 months ago

fmoura commented 4 months ago

📚 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