I occasionally get the error mentioned in the title. It looks like it's an error that wraps this error: SQLite3::BusyException: database is locked. The error logging setup I have on my personal projects isn't super great, so I don't have too much insight into what's causing this.
Anecdotal context: it looks like I got this error 5 times in the past 3 months, and 34 times over the lifetime of this project (late 2022 until now).
I received an email today that mentioned this same issue, so I'm logging it publicly. No promises on when this will be resolved! While I do like to see 0 errors in my inbox, this hasn't caused me any issues.
Test cases, insights, and contributions are welcome!
I occasionally get the error mentioned in the title. It looks like it's an error that wraps this error:
SQLite3::BusyException: database is locked
. The error logging setup I have on my personal projects isn't super great, so I don't have too much insight into what's causing this.Anecdotal context: it looks like I got this error 5 times in the past 3 months, and 34 times over the lifetime of this project (late 2022 until now).
I received an email today that mentioned this same issue, so I'm logging it publicly. No promises on when this will be resolved! While I do like to see 0 errors in my inbox, this hasn't caused me any issues.
Test cases, insights, and contributions are welcome!