

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


Error: Queue send failed: Service Temporarily Unavailable
wrangler project, so I can't run 2 node projects pointing at the same local queue. Queue sendBatch failed: Internal Server Error
✘ [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);Error: Queue send failed: Service Temporarily UnavailableQueue sendBatch failed: Internal Server Error