type
PhaseMode
type PhaseMode stringThe transaction boundary for a resumable phase.
Constants
PhaseTransaction"transaction"- Run every step and ledger completion in one transaction.
PhaseBatch"batch"- Run one typed keyset executor in bounded transactions.
PhaseNoTransaction"no_transaction"- Run one typed operation that PostgreSQL forbids inside a transaction.