What do you mean by "active queues" - ? Queues that a Worker is bound (via bindings) to?
What do you mean by "active queues" - ? Queues that a Worker is bound (via bindings) to?



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

