python-sqs-listener
python-sqs-listener copied to clipboard
Provide a heartbeat feature
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.
you're welcome to submit a PR!