Cloudflare DevelopersCD
Cloudflare Developers17mo ago
3 replies
.gwapes

Hi, new to queues. I'm doing this:

Hi, new to queues. I'm doing this:
await env.queue.send(
                data,
                { delaySeconds: 42300, contentType: "json" }
            ).then(() => console.log("done"));

However, whenever I view on the dashboard and list messages, nothing shows, however "done" shows in the live logs. Am I doing something wrong? Smaller times work though.
Was this page helpful?