Hi,
It would be nice to have a native implementation on how to provide a heartbeat feature to extend the visibility timeout if the processing of an SQS message is not done.
Inspiration could be taken from this node package: https://github.com/BBC/sqs-consumer and their heartbeatInterval param.
Hi,
It would be nice to have a native implementation on how to provide a heartbeat feature to extend the visibility timeout if the processing of an SQS message is not done.
Inspiration could be taken from this node package: https://github.com/BBC/sqs-consumer and their
heartbeatIntervalparam.