servo / homu

A bot that integrates with GitHub and your favorite continuous integration service
MIT License
329 stars 48 forks source link

homu sometimes pushes the same revision multiple times in a row #180

Open jdm opened 6 years ago

jdm commented 6 years ago

This causes multiple builds to be started but only the most recent one matters. The older duplicate ones are ignored but still consume resources.

Manishearth commented 6 years ago

This is a symptom of other bugs (e.g. the try bug), or when you synchronize on a restart while there are existing builds.

jdm commented 6 years ago

I think I saw this most recently since the try bug should have been fixed and after we were done restarting and synchronizing, but I'll keep an eye out.

jdm commented 6 years ago

This has happened multiple times in the past three days.