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 accessing Constance attributes during the handling of a signal spawned by setting a Constance attribute, the app gets thread-locked.
attr_1
attr_2
config_updated
config.attr_1='test'
self.lock
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem
When accessing Constance attributes during the handling of a signal spawned by setting a Constance attribute, the app gets thread-locked.
Steps to reproduce
attr_1
andattr_2
config_updated
Constance event.attr_2
.attr_1
in code, for example, in a test. (config.attr_1='test'
)self.lock
in the memory backend.System configuration
The text was updated successfully, but these errors were encountered: