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

503 Backend fetch failed with Varnish #320

Closed
cizgidekiadam opened this issue Feb 1, 2017 · 3 comments
Closed

503 Backend fetch failed with Varnish #320

cizgidekiadam opened this issue Feb 1, 2017 · 3 comments

Comments

@cizgidekiadam
Copy link

/catalogsearch/result/?q=example
page gives 503 erorr while varnish enabled.
@romainruaud
Copy link
Collaborator

Hello @rbostan

I'm afraid but we will need more details to investigate, since when testing with Varnish on our environments we do not face such an issue.

Could you please tell us if something appear on the apache (or nginx) logs ? You may see a 500 error in those.

Also, can you please detail your Magento and Elasticsuite exact versions ?

Best regards,

@cizgidekiadam
Copy link
Author

@romainruaud
Magento version : 2.1.2
Module version : smile/elasticsuite 2.4.x-dev

I suspect about timeout issues, because search takes tooo much time.
You may see nginx & php-fpm timeouts :

send_timeout 600;
client_body_timeout 120;
client_header_timeout 120;
fastcgi_connect_timeout 600s;
fastcgi_send_timeout 600s; 
fastcgi_read_timeout 600s; 

@romainruaud
Copy link
Collaborator

I close this one since it's duplicate of #321

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants