jegesh / python-sqs-listener

A simple wrapper for boto3 for listening, and sending, to an AWS SQS queue
Other
154 stars 71 forks source link

Provide a heartbeat feature #51

Open ypicard opened 3 years ago

ypicard commented 3 years ago

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.

jegesh commented 3 years ago

you're welcome to submit a PR!