agent: lock rows for concurrent queries in PostgreSQL (#1688)

* agent: lock rows for concurrent queries in PostgreSQL

* fix race conditions in workers

* refactor
This commit is contained in:
Evgeny
2026-01-08 11:09:58 +00:00
committed by GitHub
parent 07604a146f
commit 6aadcf1f3f
8 changed files with 296 additions and 136 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ testStoreDBOpts =
DBOpts
{ connstr = testServerDBConnstr,
schema = "smp_server",
poolSize = 3,
poolSize = 10,
createSchema = True
}