How to deal with the constant “requests.exceptions.ReadTimeout” error In WooCommerce connector.

How to deal with the constant “requests.exceptions.ReadTimeout” error In WooCommerce connector.

This type of error usually happens when the response time from the server exceeds the specified timeout in the API client.

If this error occurs, first, you can try to requeue the job. Often, this can be caused by the temporary network or server issues.

If you encounter such failed jobs all the time, please try to set the timeout interval for a longer time and check if the issue persists.
You can do that by going to the Sale Integration settings, deactivating it:

image-20250203-145301.png

Then, please scroll to the bottom and set the timeout, for example, to 100 seconds:

image-20250203-145348.png

After that, please do not forget to activate the integration once again.

Related Posts