kostmo / circleci-failure-tracker

A log analyzer for CircleCI. Note that this project is now hosted at pytorch/dr-ci
https://github.com/pytorch/dr-ci
5 stars 2 forks source link

Race when posting statuses #2

Closed kostmo closed 4 years ago

kostmo commented 5 years ago

In a couple of back-to-back instances, two statuses were posted to a commit, with 0 and 1 flaky build identified. The 1 was correct, but the 0 was posted in the status summary.

Screen Shot 2019-06-10 at 2 48 53 PM

kostmo commented 4 years ago

Depends on #58.

kostmo commented 4 years ago

Fixed by using work queue.