Transaction conflict?

Hi @jshaffstall,

Could you provide a clone link / repro for the Stripe Exception that was triggering a retry by @tables.in_transaction so we can take a look?

Anything in a transaction might conflict, and we can’t guarantee that any transaction will complete.

You should ensure you can manually handle a TransactionConflict if you’re using the anvil.tables.Transaction(): context manager.

The issues you were having last week were related to an outage which has now been resolved. Please do let us know if you see any more of these errors.