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(frontend): improve network error handling while waiting for results #281

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

mcauer
Copy link
Member

@mcauer mcauer commented Oct 11, 2023

Previously a network error stopped the result page from polling and the user only saw an endless spinner. Now polling goes on even if flask is temporarily not available, e.g. while restarting. Polling goes on until flask sends a status of SUCCESS or ERROR

Closes: #280

Previously a network error stopped the result page from polling and the user only saw an endless spinner.
Now polling goes on even if flask is temporarily not available, e.g. while restarting.
Polling goes on until flask sends a status of SUCCESS or ERROR

Closes: #280
@mcauer mcauer linked an issue Oct 11, 2023 that may be closed by this pull request
@matthiasschaub matthiasschaub merged commit 0c7918c into main Oct 11, 2023
1 of 3 checks passed
@matthiasschaub matthiasschaub deleted the fix-network-error-handling branch October 11, 2023 07:10
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.

ui: network errer when attempting to fetch resources
2 participants