Closed pathawks closed 6 years ago
https://github.com/jekyll/Utterson/blob/197ad23098e6c1cfc448433984a8a528abc9e75d/aws/sqs/process#L6-L12
When a build fails, we must also delete its message from the queue. Otherwise (because it is a FIFO queue), that message will stay at the front of the queue and we will never get past it.
Fixed by #31
https://github.com/jekyll/Utterson/blob/197ad23098e6c1cfc448433984a8a528abc9e75d/aws/sqs/process#L6-L12
When a build fails, we must also delete its message from the queue. Otherwise (because it is a FIFO queue), that message will stay at the front of the queue and we will never get past it.