Files
vault/changelog/29097.txt
John-Michael Faircloth 36d7e0c6bd sdk/db: do not hold the lock on Close (#29097)
* sdk/db: do not hold the lock on Close

* fix missing locks on return; ensure we don't overrite instance

* add type and close timeout env vars

* changelog
2025-01-09 17:33:23 +00:00

4 lines
116 B
Plaintext

```release-note:bug
sdk/database: Fix a bug where slow database connections can cause goroutines to be blocked.
```