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

Frequent error: ⚠ Your message was not bridged: failed to check if message index is duplicate: database is locked. #219

Open
ajkessel opened this issue Oct 22, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@ajkessel
Copy link

ajkessel commented Oct 22, 2024

I often get the error:

⚠ Your message was not bridged: failed to check if message index is duplicate: database is locked.

Even where the bridge is hosted on a reasonably new iMac on an SSD so I don't think it's a machine limitation. Are there any workarounds to reduce this issue? Or any plans to support a more robust psql/mysql database?

@ajkessel ajkessel added the bug Something isn't working label Oct 22, 2024
@tulir
Copy link
Member

tulir commented Oct 22, 2024

SQLite is very robust and can easily handle much bigger bridges, it's likely that there's either some old bug in the bridge or you're holding it wrong

@ajkessel
Copy link
Author

Anything I can do to troubleshoot, then? I have a pretty normal config, I think. What do you mean by "holding it wrong"? Is it something I'm actually doing?

@ajkessel
Copy link
Author

Or is the lock timeout hardcoded somewhere, such that it could be increased to avoid these issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants