So let’s assume I wrap everything in transaction, if a code deploy happens, error is thrown and ever

So let’s assume I wrap everything in transaction, if a code deploy happens, error is thrown and everything rolls back. So now I need to retry? How do I do that since this is all happening in the websocketmessage handler?
Was this page helpful?