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

Regression issue: _gdbm.error: [Errno 11] Resource temporarily unavailable #11

Open
dvarounis opened this issue Aug 30, 2018 · 1 comment
Labels

Comments

@dvarounis
Copy link
Owner

dvarounis commented Aug 30, 2018

The plugin frequently returns _gdbm.error: [Errno 11] Resource temporarily unavailable under high load.
Probably need to optimize shelve.open() usage (https://docs.python.org/3.6/library/shelve.html)

@noamzilo
Copy link

I am getting this error every time I try to use shelve in parallel such as

  1. pytest ultiple tests
  2. on import time, when opening caches as class variables

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

No branches or pull requests

2 participants