Re: [E] Re: [EXTERNAL] Re: Regex revalidation updates

2020-11-17 Thread Alan Carroll
Is this all in the same configuration? Or duing a config reload? On Fri, Nov 13, 2020 at 1:39 PM Olsen, Brian wrote: > Never mind that's too hard to keep track of. The idea here is that if a > new regex_revalidate rule comes in with the same regex as an active but a > different expiration time

Re: [E] Re: [EXTERNAL] Re: Regex revalidation updates

2020-11-17 Thread Olsen, Brian
This would be during a config reload. It's not uncommon to end up with the same regex showing up multiple times in that file with different expiration times. The error made comes from choosing too long a TTL for the revalidation rule. On 11/17/20, 7:40 AM, "Alan Carroll" wrote: Is thi

Re: [E] Re: [EXTERNAL] Re: Regex revalidation updates

2020-11-17 Thread Alan Carroll
Rules from a previous version of the config file are not a problem, it is duplicate lines in the config file that are, correct? I wonder how you even detect that, other than literal string compares. It does make a bit of an outlier, since it's last match instead of the first match for everything el