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

Double apache on off server #396

Open
alexgarel opened this issue Sep 2, 2024 · 0 comments
Open

Double apache on off server #396

alexgarel opened this issue Sep 2, 2024 · 0 comments

Comments

@alexgarel
Copy link
Member

We experience latency problems on Open Food Facts because the Apache instance is busy processing long requests (facets / searches / etc.).

We can't prioritize requests based on URL in Apache2 (or dedicate workers).

We will setup a second Apache instance which will only serve certain requests:

  • Product read (api or not)
  • root page for every country
  • product writes (api or not)

The rest of the requests will be handled by the other apache2 server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants