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

Add retry mechanism to RemoteAttestationProvider #2509

Open
coderabbitai bot opened this issue Jan 18, 2025 · 0 comments
Open

Add retry mechanism to RemoteAttestationProvider #2509

coderabbitai bot opened this issue Jan 18, 2025 · 0 comments

Comments

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 18, 2025

Following up from PR #2508

Currently, RemoteAttestationProvider lacks retry logic for transient failures. We should:

  1. Implement retry mechanism similar to fetchWithRetry in WalletProvider
  2. Add exponential backoff for failed attempts
  3. Add test cases to verify retry behavior

Related PR: #2508
Related comment: #2508 (comment)

cc @ai16z-demirix

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

No branches or pull requests

0 participants