bug: `reflectToEtcd` and `PushEvent` should be blocking
lingsamuel opened this issue · 0 comments
lingsamuel commented
Assuming there are two events sets coming from the provisoner.
Sending events non-blockingly will result in the second set (with a higher revision) possibly arriving earlier than the first.
To reduce push count, we need to merge events in PushEvent
.