Skip to content

fix(sqlite): fix database locked issues#7469

Merged
arzonus merged 1 commit intocadence-workflow:masterfrom
arzonus:fix-database-locked-issues
Nov 21, 2025
Merged

fix(sqlite): fix database locked issues#7469
arzonus merged 1 commit intocadence-workflow:masterfrom
arzonus:fix-database-locked-issues

Conversation

@arzonus
Copy link
Contributor

@arzonus arzonus commented Nov 21, 2025

What changed?

  • Number of open and idle connections has reduced to 1 in development_sqlite.yaml from 20 to 1

Why?

  • Due to multiple parallel connections, a database is locked error is occurred. This change reduces the number of open connections managed by sqlite plugin.

How did you test it?

  • Unit test

Potential risks

  • No risks

@arzonus arzonus merged commit b6085f2 into cadence-workflow:master Nov 21, 2025
43 checks passed
@arzonus arzonus deleted the fix-database-locked-issues branch November 21, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants