Apollo-Tools / resource-manager

Apache License 2.0
1 stars 1 forks source link

Set isolation level of database to Serializable #6

Closed matthi-g closed 1 year ago

matthi-g commented 1 year ago

For now we want to have a strictly serial execution of all database transactions. See0 PostgreSQL DOC for more information.

matthi-g commented 1 year ago

A retry mechanism for serialization exceptions has been implemented, using the rxjava operatorretryWhen.