My watcher is in error state and keeps showing this exception even though the actual flow is working fine.
GeneralScriptException[Failed to compile inline script [SOMETEXT_{{ctx.vars.type}} not available at {{ctx.trigger.scheduled_time}}] using lang [mustache]]; nested: CircuitBreakingException[[script] Too many dynamic script compilations within one minute, max: [15/min]; please use on-disk, indexed, or scripts with parameters instead; this limit can be changed by the [script.max_compilations_per_minute] setting];
The exception mentions too many dynamic scripts but i do not have more than 2 watchers running at the same time.
I would like to know how to fetch the actual error and how can get detailed logs on this.