Problem
When an objects gets deleted before a worker processed the message the cli does not delete the message from the SQS. This will ultimately result in that message being put into the DLQ which triggers an alarm...
Solution
A new config option to ignore missing objects. This way we do not break current setups but allow better error handling.
Problem
When an objects gets deleted before a worker processed the message the cli does not delete the message from the SQS. This will ultimately result in that message being put into the DLQ which triggers an alarm...
Solution
A new config option to ignore missing objects. This way we do not break current setups but allow better error handling.