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

Implement a retry decorator for the FileUploader #2213

Open
2 tasks
Tracked by #2047
jpraynaud opened this issue Jan 13, 2025 · 0 comments
Open
2 tasks
Tracked by #2047

Implement a retry decorator for the FileUploader #2213

jpraynaud opened this issue Jan 13, 2025 · 0 comments
Labels
feature 🚀 New implemented feature

Comments

@jpraynaud
Copy link
Member

Why

We want to support retries on the FileUploaders to provide more reliability.

What

Implement a decorator for the FileUploader trait which provides a basic retry feature.

How

  • Implement a RetryableFileUploader decorator for the FileUploader trait with configurable maximum number of retries and delay between retries
  • Decorate all the existing file uploaders of the CardanoDatabase with the RetryableFileUploader (with 3 retries and 5 seconds delay in the Default implementation)
@jpraynaud jpraynaud added the feature 🚀 New implemented feature label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🚀 New implemented feature
Projects
None yet
Development

No branches or pull requests

1 participant