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?
No description
No description
2 Replies
asp
asp4mo ago
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.
asp
asp4mo ago
This isn't just a UI bug. I see the same when zooming in to 30 minutes.
No description