woocommerce / wc-api-python

A Python wrapper for the WooCommerce API.
https://pypi.org/project/WooCommerce/
MIT License
212 stars 112 forks source link

Docker container crashes occasionally #63

Open psHA5 opened 3 years ago

psHA5 commented 3 years ago

Running a wcapi.put("orders/12345", data).json() occasionally (about 2% of the time) causes my docker container to crash. data is always an order status change. Running Python 3.6.10

claudiosanches commented 3 years ago

Hello @psHA5, Could you share more details about this issue? What causes your docker to crash? Are the docker container where you requesting or to request with this library? What shows up in the error log?