Admiral-Piett / goaws

AWS (SQS/SNS) Clone for Development testing
MIT License
770 stars 145 forks source link

message dropping from queue doesn't work after message visibility is enabled #225

Open DayS1eeper opened 4 years ago

DayS1eeper commented 4 years ago

I have one worker that receives messages from queue and drops them after execution, it executes long running tasks ~2 minutes. If task execution time is more than VisibilityTimeout, message dropping from queue doesn't work and worker continue receiving the same message all the time.