Skip to content

Add check for misconfigurations of cachecreators

Adam Edward Barton requested to merge abarton/athena:cacheWarning into master

Since it is easy to misunderstand the cacheCreator and schedule it inside a view (thus destroying the benefit of a cache) I have added a warning message if it is executing inside a view.

Merge request reports