Also, are there any tips to help figure out what code the CPU limits are caused by?
Also, are there any tips to help figure out what code the CPU limits are caused by?
Date.now() but that is wall time so if you're doing subrequests to websites or bindings then you'd see a long time but the CPU isn't really being used just waiting for a response.Date.now() not progressing outside of async methods. Is that still a problem do you know?HTMLRewrtier but having a hard time proving it. Its tough to know when this issue started happening too since the exception causes the worker to crash and not send any logs.
Authorization but the more specific you can get the more requests you will filter out. For subdomain, you just add an AND condition to the rule to match on the hostnamenot any(lower(http.request.headers.names[*])[*] == "authorization") and http.host eq "example.com". Which checks that the host is example.com and there a header called authorizationBearer [ACCESS_TOKEN], is it safe to do that with WAF?Authorizationnot any(lower(http.request.headers.names[*])[*] == "authorization") and http.host eq "example.com"authorizationBearer [ACCESS_TOKEN]