Re: Seeing "check: exceeded time limit in ..." and need to resolve it

2021-11-13 Thread Loren Wilton
What would be helpful here would be logging of when a rule *starts* evaluation. Normally that would be painful, but for tracking a runaway it would be useful. Perhaps I can code up something to capture that and log it on a timeout... Actually what sounds like it would be useful would be

Re: Seeing "check: exceeded time limit in ..." and need to resolve it

2021-11-13 Thread John Hardin
On Sat, 13 Nov 2021, Loren Wilton wrote: What would be helpful here would be logging of when a rule *starts* evaluation. Normally that would be painful, but for tracking a runaway it would be useful. Perhaps I can code up something to capture that and log it on a timeout... Actually what

Re: Seeing "check: exceeded time limit in ..." and need to resolve it

2021-11-13 Thread John Hardin
On Sat, 13 Nov 2021, Henrik K wrote: On Fri, Nov 12, 2021 at 07:49:00PM -0800, John Hardin wrote: What would be helpful here would be logging of when a rule *starts* evaluation. Normally that would be painful, but for tracking a runaway it would be useful. Perhaps I can code up something to