Jump to content

Error 504 when changing orders status.


alvesjc

Recommended Posts

Hi nioubiepresta,

 

I've first solved my situation my changing nginx configuration in my VPS. In my case it was always wasting 120s.

 

After changing the timers in nginx, no more 504 erors.

 

/etc/nginx/nginx.conf

http {

send_timeout 300;
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_read_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;

}

But there was still this annoying 120s waiting.

 

But then in other place found references to "mailchimp" module causing this huge 120s delays in some pages.

 

I've then removed the module and voilá, all pages loading has normal.

 

Regards

  • Like 1
Link to comment
Share on other sites

 

Hi nioubiepresta,

 

I've first solved my situation my changing nginx configuration in my VPS. In my case it was always wasting 120s.

 

After changing the timers in nginx, no more 504 erors.

 

/etc/nginx/nginx.conf

http {

send_timeout 300;
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_read_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;

}

But there was still this annoying 120s waiting.

 

But then in other place found references to "mailchimp" module causing this huge 120s delays in some pages.

 

I've then removed the module and voilá, all pages loading has normal.

 

Regards

 

 

Hi again alvesjc and Scully,

 

In my case it was the mailchimp module. Nginx was working like a charm and was properly configured. Once I deactived Mailchimp, it started working again. Shame since I love Mailchimp. 

 

Thanks a lot to both of you and happy coding,

 

 

 

 

 

 

 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...