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] Unhandled rejection Error: SQLITE_BUSY: database is locked #2

Open
claudiopro opened this issue Jan 4, 2017 · 1 comment

Comments

@claudiopro
Copy link
Member

Looks like a concurrency error:

Unhandled rejection Error: SQLITE_BUSY: database is locked
    at Error (native)

      2) "before each" hook for "finds people by age"

Steps to reproduce:

DEBUG=true npm run test-sqlite

@claudiopro
Copy link
Member Author

claudiopro commented Jan 4, 2017

Really simple retry logic added in sqlite-busy-retry branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant