zachahn / disqualified

A small background job framework for Rails apps
GNU Lesser General Public License v3.0
36 stars 1 forks source link

Occasional `ActiveRecord::StatementInvalid` #1

Open zachahn opened 10 months ago

zachahn commented 10 months ago

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!