stackset-controller icon indicating copy to clipboard operation
stackset-controller copied to clipboard

Increase event QPS as a quick workaround for deployment probers

Open aermakov-zalando opened this issue 4 years ago • 3 comments

Since https://github.com/zalando-incubator/stackset-controller/issues/31 is not solved, our probers still have to rely on monitoring Failed… events to figure out if the stackset is healthy. We currently determine if the events are 'old enough' by using a 1 minute range, but since EventBroadcaster has some fancy QPS logic inside, it will start dropping event updates at some point. Let's increase it even further for now as a quick hack.

aermakov-zalando avatar Apr 29 '20 10:04 aermakov-zalando

Pull Request Test Coverage Report for Build 1510

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 68.747%

Totals Coverage Status
Change from base Build 1507: 0.0%
Covered Lines: 1575
Relevant Lines: 2291

💛 - Coveralls

coveralls avatar Apr 29 '20 11:04 coveralls

:+1:

aryszka avatar Apr 29 '20 11:04 aryszka

:+1:

mikkeloscar avatar Apr 29 '20 12:04 mikkeloscar