Skip to content

fix: auto retry throttling errors for wallet refresh job #3769

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

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

lovrocolic
Copy link
Collaborator

Context

For Current usage, taxes are fetched in the sync way. Recently throttling error was rescued there in order to display a bit more user friendly message in the API side.

However, wallet refresh job, that is consuming current usage service, does not auto retry new error, that is actually just a wrapper around Throttling Error.

Description

This PR auto retry wallet refresh job for described case

@lovrocolic lovrocolic merged commit f56729d into main Jun 2, 2025
14 checks passed
@lovrocolic lovrocolic deleted the fix-wallet-refresh-retry branch June 2, 2025 12:34
diegocharles pushed a commit that referenced this pull request Jun 2, 2025
## Context

For Current usage, taxes are fetched in the sync way. Recently
throttling error was rescued there in order to display a bit more user
friendly message in the API side.

However, wallet refresh job, that is consuming current usage service,
does not auto retry new error, that is actually just a wrapper around
Throttling Error.

## Description

This PR auto retry wallet refresh job for described case
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.

2 participants