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

fix(openda): allow max retry limit for retries #2995

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

popcnt1
Copy link
Collaborator

@popcnt1 popcnt1 commented Dec 1, 2024

Summary

This commit adjusts the retry logic in celestia.rs and avail.rs by changing the condition to allow retries up to the max retry limit, ensuring one additional retry attempt by using '<=' instead of '<'.

This commit adjusts the retry logic in `celestia.rs` and `avail.rs` by changing the condition to allow retries up to the max retry limit, ensuring one additional retry attempt by using '<=' instead of '<'.
@popcnt1 popcnt1 requested a review from jolestar as a code owner December 1, 2024 16:41
Copy link

vercel bot commented Dec 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 1, 2024 4:45pm
test-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 1, 2024 4:45pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Dec 1, 2024 4:45pm

@popcnt1 popcnt1 merged commit 7cc3790 into rooch-network:main Dec 1, 2024
5 of 9 checks passed
@popcnt1 popcnt1 deleted the fix/da/backend/retry branch December 1, 2024 16:41
steelgeek091 pushed a commit to steelgeek091/rooch that referenced this pull request Dec 22, 2024
This commit adjusts the retry logic in `celestia.rs` and `avail.rs` by changing the condition to allow retries up to the max retry limit, ensuring one additional retry attempt by using '<=' instead of '<'.
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.

1 participant