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 issue with fetching data for Tables account #1895

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Conversation

sindhuba
Copy link
Collaborator

@sindhuba sindhuba commented Jul 3, 2024

@sindhuba sindhuba requested a review from a team as a code owner July 3, 2024 07:12
@@ -81,6 +81,12 @@ export const tokenProvider = async (requestInfo: Cosmos.RequestInfo) => {
}
}

let retryAttempts: number = 50;
Copy link
Contributor

Choose a reason for hiding this comment

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

We already do have a library "promiseRetry" that facilitates retry operations with retry options like number of retries, exponential backoff and etc. like here, maybe we should use it here as well

return promiseRetry(() => this.executeContainerAssignmentOperation(provisionData, "allocate"), {

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.

3 participants