cloudflare-queue-consumer icon indicating copy to clipboard operation
cloudflare-queue-consumer copied to clipboard

Investigate if heartbeat can be implemented

Open nicholasgriffintn opened this issue 1 year ago • 0 comments

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 Cloudflare Queues, however, it is expected that this will be an important feature to users.

nicholasgriffintn avatar Mar 30 '24 12:03 nicholasgriffintn