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(varnish-cache-preload): Do not completely fail if a chart cannot be loaded #1684

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

ptbrowne
Copy link
Collaborator

We do not want to fail if a chart takes a long time to load. It could be
due to factors that we do not control like the availability of the database.
Here, we put a limit of 40s for a chart to load, and if it does not we
issue an error in the console, but the script does not crash.

@ptbrowne ptbrowne requested a review from bprusinowski as a code owner August 12, 2024 13:25
Copy link

vercel bot commented Aug 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
visualization-tool ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 12, 2024 1:33pm

@ptbrowne ptbrowne changed the title fix: Do not completely fail if a chart cannot be loaded fix(varnish-cache-preload): Do not completely fail if a chart cannot be loaded Aug 12, 2024
@ptbrowne
Copy link
Collaborator Author

Should fix #1683

Copy link
Contributor

@noahonyejese noahonyejese left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks all fine to me!

@noahonyejese noahonyejese merged commit 4abef98 into main Aug 12, 2024
5 of 6 checks passed
@noahonyejese noahonyejese deleted the fix/varnish branch August 12, 2024 13:58
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