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

Delay and limit retries of 503 responses #4168

Closed
hannes-ucsc opened this issue Sep 24, 2024 · 2 comments
Closed

Delay and limit retries of 503 responses #4168

hannes-ucsc opened this issue Sep 24, 2024 · 2 comments
Labels
canary Done by the Clever Canary team

Comments

@hannes-ucsc
Copy link
Member

This screenshot of LungMAP dev was taken during an TDR outage.

CleanShot 2024-09-23 at 22 10 15@2x

The Data Browser retries requests immediately and apparently forever.

Azul will return a Retry-After header and the Data Browser should honor it. The Data Browser should also limit retries to, say, 10 attempts. Without such a limit, and during persistent outages, the UI appears stuck and never displays an error message.

@github-actions github-actions bot added the canary Done by the Clever Canary team label Sep 24, 2024
@NoopDog
Copy link
Collaborator

NoopDog commented Sep 24, 2024

Thanks, @hannes-ucsc. I noticed this yesterday, too, and created this ticket in the findable package.

@NoopDog
Copy link
Collaborator

NoopDog commented Jan 24, 2025

Complete

@NoopDog NoopDog closed this as completed Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
canary Done by the Clever Canary team
Projects
None yet
Development

No branches or pull requests

2 participants