jekyll / Utterson

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

Delete message when build fails #31

Closed pathawks closed 6 years ago

pathawks commented 6 years ago

Because we are using a FIFO queue (which I am beginning to think is not the best idea), a bad message at the front of the queue will forever block anything else from being built.

If a build fails, we need to report the failure to GitHub and kick that message out of the queue so we can move on with life.