This topic was automatically generated from Slack. You can find the original thread here.
Hi everyone. I’m trying to batch-update products using the WooCommerce API in a Python task. Unfortunately, I’m always running into a timeout. Sometimes sooner, sometimes later.
HTTPSConnectionPool(host='[www.kaybeekids.ch](http://www.kaybeekids.ch)', port=443): Read timed out. (read timeout=5)
Is there a way to increase the timeout? I try to cool off the script using some time.sleep() before the requests to the server but no luck.
I also tried to increase the socket timeout for PHP on the server side but as this has no effect, I don’t think this is related.
Does maybe someone has some other ideas? The site is running behind Cloudflare Enterprise. I think this could be an issue too. I’m also going to talk to them too.