-
Notifications
You must be signed in to change notification settings - Fork 11
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: database is locked #42
Comments
I would suggest that you just ignore it and either run it in pm2 or just catch it with process.on("uncaughtException", (error) => { |
Could you give some information on your setup? I have a couple of bots running in production and have never encountered this issue. |
I have been running it with docker: |
I'll try running one of my bots in a docker container. I've used systemd processes for production, so that may be why I haven't experienced issues. |
@FireMasterK This issue is from several versions ago. Are you still getting this issue? |
Some weird database issues..
The text was updated successfully, but these errors were encountered: