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
This is due to a ratelimit on creating and deleting orders, it's actually that the database rejects when a transaction on the same user is already being made... We are currently updating this behavior and will be released at the end of this Q2.
If you are cancelling and placing new orders at the same time, there's a mutation that allows cancelling multiple orders in a single call and might help reduce the occurrence of this error.
Adding multiple orders back to back at different rate often fails with this error. This is impossible to figure why...
The text was updated successfully, but these errors were encountered: