cloudflare-queue-consumer
cloudflare-queue-consumer copied to clipboard
Build Cloudflare Queues based applications without the boilerplate (based on SQS Consumer)
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...
**Description:** Adds tests against the codebase, should improve coverage to all areas of the codebase, but only covers unit testing. **Type of change:** - [x] Bug fix (non-breaking change which...
At the moment, we are creating a new map with the retryMessageDelay setting for the retries array. Is there a better way to do this, most likely....
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
In SQS Consumer we have a heartbeat functionality that extends the visibility timeout every X seconds: https://github.com/bbc/sqs-consumer/blob/main/src/consumer.ts#L339 It doesn't seem like it is currently possible to do the same with...
Should also configure the use case where the polling timeout is extended if there is an authentication error.