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

[CHORE] Add retry logic to user fetching process #475

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

SquirrelDeveloper
Copy link
Collaborator

Introduced a fetchUserWithRetry function to handle automatic retries when fetching user information fails. This refactoring replaces the previous direct calls to hasUser with a more robust approach, including retry and delay mechanisms.

Introduced a `fetchUserWithRetry` function to handle automatic retries when fetching user information fails. This refactoring replaces the previous direct calls to `hasUser` with a more robust approach, including retry and delay mechanisms.
@SquirrelDeveloper SquirrelDeveloper added bug Something isn't working chores Refactoring or small updates labels Nov 14, 2024
@SquirrelDeveloper SquirrelDeveloper added this to the v0.1.22 milestone Nov 14, 2024
@SquirrelDeveloper SquirrelDeveloper merged commit 728f239 into master Nov 14, 2024
8 checks passed
@SquirrelDeveloper SquirrelDeveloper deleted the chore-improve-first-time-resiliency branch November 14, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chores Refactoring or small updates
Projects
Development

Successfully merging this pull request may close these issues.

1 participant