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

Website is down and Eclipse Status is not reporting a problem #1

Open
chrisguindon opened this issue Jan 21, 2022 · 0 comments
Open

Comments

@chrisguindon
Copy link
Member

chrisguindon commented Jan 21, 2022

Marketplace.eclipse.org was not reachable by our users this morning. However, Eclipse Status did not notice any downtime.

We believe this is caused by our Nginx proxy server returning a valid cached response if the service is down.

A possible solution would be to query a different URL randomly each time: https://marketplace.eclipse.org?status=:unique_random_string

Nginx will try to fetch the resource from the webserver since it's a new URL even we are still really fetching the homepage. I don't believe this issue is limited to Marketplace or Drupal sites.

Another solution would be to use specific request headers that we already have in place to bypass/revoke the Nginx cache for a particular page/resource.

@chrisguindon chrisguindon changed the title Websites is down and Eclipse Status is not reporting a problem Website is down and Eclipse Status is not reporting a problem Jan 21, 2022
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

No branches or pull requests

1 participant