You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unsure why but I'm receiving multiple slack messages for the same events with the same event ids in the dame compressed file path.
I received 10 alerts today of dynamodb:deletetable every 7 min to every 1.5 hrs. For now, it might be easier to exclude this action but i wouldnt be surprised if this happens with another action
It's almost as if it processes the sqs message but it doesnt get removed from the queue?
The text was updated successfully, but these errors were encountered:
Or maybe using a FIFO queue with deduplication would reduce this issue ?
One way to do it would be to create a dynamodb table that would record all event ids that were sent to slack. If the same event id appears, then ignore it.
I'm unsure why but I'm receiving multiple slack messages for the same events with the same event ids in the dame compressed file path.
I received 10 alerts today of dynamodb:deletetable every 7 min to every 1.5 hrs. For now, it might be easier to exclude this action but i wouldnt be surprised if this happens with another action
It's almost as if it processes the sqs message but it doesnt get removed from the queue?
The text was updated successfully, but these errors were encountered: