cloudflare-queue-consumer
cloudflare-queue-consumer copied to clipboard
Investigate batching acknowledgments from handleMessage
At the moment, when handleMessage is used, we acknowledge messages individually.
It would be more optimal, if possible to send these acknowledgements as a batch, which would conserve API limits