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

lnd: exponential backoff for ProbePayment #294

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

YusukeShimizu
Copy link
Contributor

@YusukeShimizu YusukeShimizu commented Apr 3, 2024

Fixes #290.
Implement retry mechanism with exponential backoff for ProbePayment.

Add backoff package to handle retries with exponential backoff.
In cln, the default retry time is set to 60 seconds, so the backoff setting is not made.

Implement retry mechanism with
exponential backoff for ProbePayment.

Add backoff package to handle retries with exponential backoff.
In cln, the default retry time is set to 60 seconds,
so the backoff setting is not made.
@YusukeShimizu YusukeShimizu force-pushed the backodd-probepayment branch from 09e9e67 to 0503f99 Compare April 7, 2024 08:31
Copy link
Contributor

@nepet nepet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

@grubles grubles merged commit 0f0d34c into ElementsProject:master Apr 8, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

Failed peerswap from 63 days ago blocking two peers doing any further swapping
3 participants