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.
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.