Skip to content

fix: implement retry logic in outbound initiator#319

Merged
kalinkrustev merged 10 commits intomainfrom
minor/retries
May 1, 2025
Merged

fix: implement retry logic in outbound initiator#319
kalinkrustev merged 10 commits intomainfrom
minor/retries

Conversation

@kalinkrustev
Copy link
Copy Markdown
Contributor

@kalinkrustev kalinkrustev commented Apr 29, 2025

Add a new property retries for requests. Tests for which assertions fail will repeat their request as per the value of retries, i.e. when retries=1, up to 2 requests can be made. The specified number of retries will be made with intervals 250ms, 500ms, 1s, 2s and 4s for the rest.

@kalinkrustev kalinkrustev changed the title fix: enhance retry logic in outbound initiator fix: implement retry logic in outbound initiator Apr 29, 2025
Comment thread src/lib/test-outbound/outbound-initiator.js Outdated
@kalinkrustev kalinkrustev merged commit 36c8b2f into main May 1, 2025
14 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.

2 participants