Decisions deadlock retries?

Decisions deadlock retries?

Comments

  • Does Decisions retry all transactions that were terminated because of a deadlock? Does it retry specific ones and not others? What about Raw SQL steps?

  • Peanut,

    When Decisions runs SQL statements as part of transactions, if an error like a deadlock occurs, the transaction is rolled back. There isnt any automatic re-run of the SQL statements. This includes Raw SQL Steps.

Sign In or Register to comment.