improve race condition handling

This commit is contained in:
2025-11-05 11:00:47 +02:00
parent faa2ab17cf
commit eeb3e042ab
3 changed files with 39 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
sbz.merchant.url=http://localhost:24000/v1
#sbz.merchant.url=https://api.stewardpay.co.zw/lab/v2
#sbz.merchant.url=http://localhost:24000/v1
sbz.merchant.url=https://api.stewardpay.co.zw/lab/v2
#spring.datasource.url=jdbc:postgresql://localhost:5432/qpay?useLegacyDatetimeCode=false
#spring.datasource.username=postgres
#spring.datasource.password=example
spring.datasource.url=jdbc:postgresql://localhost:5432/qpay?useLegacyDatetimeCode=false
spring.datasource.username=postgres
spring.datasource.password=example
#nflow.db.postgresql.driver=org.postgresql.Driver
#nflow.db.postgresql.url=jdbc:postgresql://localhost:5432/qpay
#nflow.db.postgresql.user=postgres
#nflow.db.postgresql.password=example
nflow.db.postgresql.driver=org.postgresql.Driver
nflow.db.postgresql.url=jdbc:postgresql://localhost:5432/qpay
nflow.db.postgresql.user=postgres
nflow.db.postgresql.password=example