And by progress inside the queue handler you mean using a `Consumer`?
And by progress inside the queue handler you mean using a
Consumer?Consumerqueue handler for any "work items" (messages of reports to send) https://developers.cloudflare.com/queues/javascript-apis/#consumercron calculate and materialize the work for the day, publish at least one queue msg when done, then handle/send those reports in the queue handler. You'll need to decide whether to keep all the state in the messages themselves, or use storage (like in a DO) - so you don't send the same email twice (queues can sometimes send you the same message twice)dlq queue for those messages to go to your async queue as far as I can tell
queue handler runs in? Ok only mildly interesting for minimizing latency from publishers I guess. Ok only interesting to plot out a Dr Strangelove style map of the architecture...queue handler runs?queuequeuequeuequeuedlqasync queue