Say I want to delay a message for 1 year, is that possible? (1 year subscription renewal reminder fo
Say I want to delay a message for 1 year, is that possible? (1 year subscription renewal reminder for example)

4/3/24, 1:22 PM
beta in the name?


delaySeconds doesn't work locally. Is this being tracked anywhere or should I open an issue?wrangler.toml says Number must be less than or equal to 30, the limits doc page (https://developers.cloudflare.com/queues/platform/limits/#limits) says max 30, but the browser rendering example shows 60 https://developers.cloudflare.com/queues/tutorials/web-crawler-with-browser-rendering/#3-configure-your-worker and the web gui says max 60






ack() those messages and move on."metadata": {
"CF-Content-Type": "json",
"CF-msg-delay-secs": "3200"
}Number must be less than or equal to 3030ack()$ npx wrangler@latest r2 bucket event-notification create user-media-prod --event-type="object_create" --queue="prod-upload-events"