Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite Busy Exceptions not being treated as cache misses #241

Open
Th3-M4jor opened this issue Dec 4, 2024 · 0 comments
Open

SQLite Busy Exceptions not being treated as cache misses #241

Th3-M4jor opened this issue Dec 4, 2024 · 0 comments

Comments

@Th3-M4jor
Copy link

We're experimenting with using SolidCache backed by SQLite in production and found that SolidCache::Store::Failsafe does not include SQLite::Busy exceptions as a possible transient error that would be treated is if it were a cache miss.

Since this is something that could still theoretically occur with sharding and a reasonable busy timeout on SQLite configured, should this be added to the list of possible transient ActiveRecord errors?

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

No branches or pull requests

1 participant