90076472acbe4ec499110339629201bf287b1e43
Both the JSONEncodedDict and TimestampUTC can be safely used in a cache key. Set 'cache_ok' to indicate this. This resolves the following warnings: SAWarning: TypeDecorator TimestampUTC() will not produce a cache key because the ``cache_ok`` attribute is not set to True. This can have significant performance implications including some performance degradations in comparison to prior SQLAlchemy versions. Set this attribute to True if this type object's state is safe to use in a cache key, or False to disable this warning. (Background on this error at: https://sqlalche.me/e/14/cprf) SAWarning: TypeDecorator JSONEncodedDict() will not produce a cache key because the ``cache_ok`` attribute is not set to True. This can have significant performance implications including some performance degradations in comparison to prior SQLAlchemy versions. Set this attribute to True if this type object's state is safe to use in a cache ke y, or False to disable this warning. (Background on this error at: https://sqlalche.me/e/14/cprf) Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: I589a0e378e155dcb181e6b1a9cca7aae4cad5349
aodh
Aodh is the alarming service for OpenStack.
Documentation
- Documentation for the project can be found at:
- Release notes can be read online at:
-
https://docs.openstack.org/aodh/latest/contributor/releasenotes/index.html
Code Repository
Bug Tracking
- Bugs and feature requests are tracked on Launchpad at:
IRC
IRC Channel: #openstack-telemetry on OFTC.
Description
Languages
Python
98.3%
Shell
1.6%
Mako
0.1%