My website makes a request to a cloudflare worker which makes a request to another backend api. "Browser with Turnstile token" ==> Cloudflare Worker named "Fetch" ==> Backend engine server hosted elsewhere. It seems like if I don't trigger it on my website for a few days that whenever I try the first several times it doesn't work, then all of a sudden a few minutes later it works flawlessly every time. I then go check my "fetch" worker logs and I got nothing captured as to why that might be happening thinking maybe I have a logic error. Is it possible that the fetch worker does a startup and takes so long that my code errors out? When I use to run this on a dedicated server before cloudflare with nodejs servers responding to the fetch I never had this issue. If the fetch worker does indeed take time to startup is there any log that I can check to see how long?