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

ui/packages/profile: Disable automatic retries for merge queries #3514

Merged
merged 4 commits into from
Aug 15, 2023

Conversation

metalmatze
Copy link
Member

In a recent conversation @thorfour brought up that expensive queries can take up to 10min to fail.
It seems like the query itself fails a lot quicker but only after several retries the error is shown to the user.

This change will disable retries for the merge queries.
All other API calls should still be retried, which is fine as they are usually a lot cheaper.

@alwaysmeticulous
Copy link

alwaysmeticulous bot commented Jul 27, 2023

🤖 Meticulous spotted visual differences in 3 of 204 screens tested: view and approve differences detected.

Last updated for commit ac10891. This comment will update as new commits are pushed.

@metalmatze metalmatze added this pull request to the merge queue Aug 15, 2023
Merged via the queue into main with commit fbc4298 Aug 15, 2023
36 of 38 checks passed
@metalmatze metalmatze deleted the ui-query-retry branch August 15, 2023 11:16
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.

None yet

3 participants