Rejections in execution context and dashboard error count
If a promise that's been passed to
ctx.waitUntil()
throws, will it be reflected as an error in Workers Dashboard?
I'd figure it out myself, but the test worker still pretends that it didn't receive anything and the dashboard just shows 0 requests 😀1 Reply
Well there's the answer: no, it doesn't show up as an error when promise inside of extended context reject. It only logs as errors when actual response status does indicate an error