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

Retry upon coordination proposal failure #3804

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

lukasz-zimnoch
Copy link
Member

Refs: #3802

Here we attempt to harden proposal generation by retrying the process in case of failure. Proposal generation strongly relies on 3rd party services like Ethereum RPC and Electrum servers. Temporary disruption of those services can easily nuke proposal generation and cause a coordination window miss. Retrying proposal generation after a short delay should help overcome temporary problems and increase success chance of coordination windows.

Here we attempt to harden proposal generation by retrying the process in case
of failure. Proposal generation strongly relies on 3rd party services like
Ethereum RPC and Electrum servers. Temporary disruption of those services
can easily nuke proposal generation and cause a coordination window miss.
Retrying proposal generation after a short delay should help overcome
temporary problems and increase success chance of coordination windows.
@tomaszslabon tomaszslabon enabled auto-merge April 11, 2024 11:13
@tomaszslabon tomaszslabon merged commit 24e149f into main Apr 11, 2024
29 checks passed
@tomaszslabon tomaszslabon deleted the retry-proposal-generation branch April 11, 2024 11:27
lukasz-zimnoch added a commit that referenced this pull request Apr 11, 2024
This pull request backports
#3804 to the
`releases/mainnet/v2.0.1` branch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants