adding a rule is dynamically added every 60seconds from service startup. removing a rule from the config file doesnt seem to automatically update whats in memory. at least the plugin log file continues to show the rule is in effect after the 60sec auto reload.
On Wed, Sep 2, 2015 at 5:14 PM, Sudheer Vinukonda <[email protected]> wrote: > Hmm...I think regex_revalidate plugin allows for dynamic rule updates (it > watches for the config file updates) - Fwiw, we use it that way in prod..Is > that broken? > > > > On Wednesday, September 2, 2015 3:12 PM, Jason Strongman > <[email protected]> wrote: > > > > without restarting ATS, how do i remove a revalidation rule? > > for example, if i mistakenly add a rule, i cannot remove the rule > unless i let the > rule expire or if i restart ats. > simply removing the rule from the config file doesnt work, as the > config/rules are actually stored in memory. > you have the remove the rule from the config file, then restart ATS > for the rule to actually no longer be in effect.
