Currently short trades can be failed without proper reason with just execution reverted message. Fixing this problem post-mortem proved to be very difficult.
Instead we could have retry logic with some wait time (e.g: 30s) to retry these failed trades a few times before giving up totally
Currently short trades can be failed without proper reason with just
execution reverted
message. Fixing this problem post-mortem proved to be very difficult. Instead we could have retry logic with some wait time (e.g: 30s) to retry these failed trades a few times before giving up totally