You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: