We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When earthkit-data is used simultaneously in multiple processes to retrieve fdb data it crashes with:
OperationalError('database is locked')
It comes from the sqlite database used for indexing the cached files.
This happens when caching-policy is "user". In this case each process running under the same account uses the same cache area/database.
See above
lates
all
No response
The text was updated successfully, but these errors were encountered:
Could not reproduce this issue when retrieving MARS data or downloading data from URLS using 12 processes on a MacBook.
Sorry, something went wrong.
sandorkertesz
No branches or pull requests
What happened?
When earthkit-data is used simultaneously in multiple processes to retrieve fdb data it crashes with:
It comes from the sqlite database used for indexing the cached files.
This happens when caching-policy is "user". In this case each process running under the same account uses the same cache area/database.
What are the steps to reproduce the bug?
See above
Version
lates
Platform (OS and architecture)
all
Relevant log output
No response
Accompanying data
No response
Organisation
No response
The text was updated successfully, but these errors were encountered: