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
Occurred again just now, confirmed record that was now stuck in a SELL_SENT status DID successfully get placed. Manual resolution via:
Examine stack trace to extract trade_repeater.id value of problem record
Query exchange for order status via client_order_id
Manually update trade_repeater record: update trade_repeater set meta = "{\"buy_price\":\"123\",\"sell_price\":\"456\"}", is_error = 0, sell_order_id = 1234567890, status = "SELL_PLACED" where id = 12345
The text was updated successfully, but these errors were encountered: