Worker subrequest analytics spiking?
So I have a Worker that receives a steady amount of traffic, but subrequests are logged in spikes. What could be causing this?
2 Replies
Each request results in one subrequest (or two in case of an error, due to
ctx.passThroughOnException()
). The incoming traffic is very steady, but the subrequests are aggregated in spikes every few minutes.This isn't just a UI bug. I see the same when zooming in to 30 minutes.