Chia-Network / cadt

Climate Action Data Trust
Apache License 2.0
35 stars 13 forks source link

feat: sqlite db locking mitigation #1224

Closed wwills2 closed 6 days ago

wwills2 commented 1 week ago

this PR introduces an additional mutex to the sync-registries task which the task acquires prior to inserting data into the audit and organization table as part of a SQLite transaction. before running select queries, the org and audit models attempt to acquire this mutex to ensure the current transaction locking the DB has completed