-
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
Refactoring threading #346
Comments
Closed
This issue seems to be dragged along for three sprints now. Is there anyone available this sprint who could work on it (within a reasonable time frame)? Else, I would suggest to leave it out of the sprint. |
Fixed by #491 Fixed in production before that by running the application single threaded. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are running into issues because we're using providers in non thread-safe ways. Problem manifests itself most with skosprovider_sqlalchemy ( #343 ), but can happen with other providers that do anything more than a simple in memory provider.
After some discussion, the solution would be something like this:
atramhasis.db.data_managers
. It should also just be available as request.db.The text was updated successfully, but these errors were encountered: