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
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?
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