forest c623c65fda Limit the utilization of serializable transactions
A user encountered this error when deleting a vm:

self.cursor.execute("UPDATE vms SET deleted = now() WHERE email = %s AND
id = %s", ( email, id))

psycopg2.errors.SerializationFailure: could not serialize access due to
read/write dependencies among transactions
2021-03-23 15:59:17 -05:00
..
2021-02-15 19:24:31 -06:00
2021-02-17 21:57:57 -06:00
2021-02-15 23:52:52 -06:00
2021-01-30 22:14:04 -06:00
2021-02-17 21:15:23 -06:00