fractaledmind/acidic_job

Automatically retry the serializable transaction for find/create the Run record

fractaledmind opened this issue · 0 comments

Serializable transactions are prone to failure: https://stackoverflow.com/a/21715207/2884386

We need to build automatic retries into our code, as this failure will naturally resolve.