GitHub user chemikadze opened a pull request:
https://github.com/apache/incubator-griffin/pull/442
Support "cache" field on rules in service module
Measure module exposes "cache" flag on rules, but it's not possible to
store and schedule such a job in service module.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chemikadze/incubator-griffin service-cache
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/442.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #442
----
commit 0ad8476fc23f64207c80e6a60e892a90c763db7d
Author: Nikolay Sokolov <chemikadze@...>
Date: 2018-10-19T22:20:26Z
Support "cache" field on rules in service module
----
---