By running the test via `./runLocust.sh -h localhost:30001 -r 100 -c 1`, we occasionally (not every time) got `POST /orders: "HTTPError(u'406 Client Error: Not Acceptable for url: http://localhost:30001/orders',)"` It is occasional, not every time... Could anyone point out how to fix this?
By running the test via
./runLocust.sh -h localhost:30001 -r 100 -c 1,we occasionally (not every time) got
POST /orders: "HTTPError(u'406 Client Error: Not Acceptable for url: http://localhost:30001/orders',)"It is occasional, not every time...
Could anyone point out how to fix this?