• Resolved Ahmis

    (@ahmis)


    We are using the latest version of the plugin (2.2.3) and when using curl to synch to WordPress the result is following:

    <html>
    <head><title>504 Gateway Time-out</title></head>
    <body>
    <center><h1>504 Gateway Time-out</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>

    We noticed that this happens on 2 websites (on different servers, other one is a single site, other is on multisite). These two websites has lots of users and content.

    We also tested on that multisite installation with couple of smaller sites and curl works fine. Any tips how to solve this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author schakko

    (@schakko)

    The synchronization of users require a lot of time. Please check after how long the 504 error occurs and check if this correlates to any timeout setting of your upstream server (in Apache e.g. TimeOut or KeepAliveTimeout). You can increase the according value.

    If you are not able to increase those values, you can use the wp-cli premium extension to run the synchronization without using HTTP.

    Thread Starter Ahmis

    (@ahmis)

    Thank you! We changed timeout settings on the server and this works now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘504 error on curl’ is closed to new replies.