Render job error: `query failed: Transaction was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.`

This error message is being returned from the database and is a standard MS SQL error. One of the most common causes for this deadlock error is when a large table scan conflicts with an update.

For more information on this error, check out this helpful Stack Overflow post.