The error keeps popping up randomly. Last time the exception occured when using less CPU time than the same request 4s before that was successful.
{
"wallTime": 2034,
"cpuTime": 190,
"truncated": false,
"executionModel": "stateless",
"outcome": "ok"
}
{
"wallTime": 1388,
"cpuTime": 99,
"truncated": false,
"executionModel": "stateless",
"outcome": "exceededCpu"
}
After hitting the cpu exceeded SSR breaks and only redeploy fixes it.