Skip to content

Is our use case hitting limits of complexity for web support? #2886

Answered by simolus3
matehat asked this question in Q&A
Discussion options

You must be logged in to vote

In previous drift versions, web databases weren't properly closed if hosted on workers. This has been fixed in drift 2.15.0, but you also need the most recent worker to benefit from that. So that might have caused a lot of connections being open at the same time. It should be possible to have multiple databases open at the same time though, and it looks like the amount of databases did not cause the problem as it still appears when the authentication layer is the only thing using a database. So I think the problem comes from drift or the sqlite3 package, not from the way you're using them.

Do you have a way to correlate these reports with the chosenImplementation when the database was ope…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@matehat
Comment options

Answer selected by matehat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants