Correct. I can't get it to work and the documentation explicitly calls out that it's not working.
Correct. I can't get it to work and the documentation explicitly calls out that it's not working.



delaySeconds option in sendBatch apply to each message in the batch? Or once for the entire batch.delaySeconds option? If I try using it in local dev, I get these:npx wrangler@latest dev —test-scheduled and the same thing happened—test-scheduled is not related to Queues: https://developers.cloudflare.com/workers/runtime-apis/handlers/scheduled/
3.58.0 (where the latest appears to e 3.60.2). npx wrangler@latest dev did appear to run with 3.60.2. The weird thing is that when I updated it in that repo, it seems to be working now


delaySecondsdelaySecondssendBatch✘ [ERROR] Uncaught (in response) Error: Queue send failed: Internal Server Error[wrangler:inf] GET /__scheduled 500 Internal Server Error (1904ms)
[wrangler-UserWorker:err] TypeError: Invalid statusTextnpx wrangler@latest dev —test-scheduled—test-scheduled3.58.03.60.23.60.2npx wrangler@latest devconst start = Date.now();
await queue.send({ timestamp: new Date() });
console.log('--->', Date.now() - start);