jekyll / Utterson

CI benchmarking suite for Jekyll
MIT License
13 stars 8 forks source link

Delete message when build fails #28

Closed pathawks closed 6 years ago

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

pathawks commented 6 years ago

Fixed by #31