docker-archive / deploykit

A toolkit for creating and managing declarative, self-healing infrastructure.
Apache License 2.0
2.25k stars 262 forks source link

Check if rolling update has quiesced before polling #849

Closed kaufers closed 6 years ago

kaufers commented 6 years ago

This speeds up the rolling update processing because the first check is executed immediately (instead of waiting for the poll interval duration).

codecov[bot] commented 6 years ago

Codecov Report

Merging #849 into master will increase coverage by 0.02%. The diff coverage is 85.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #849      +/-   ##
==========================================
+ Coverage   48.52%   48.54%   +0.02%     
==========================================
  Files          89       89              
  Lines        8015     8025      +10     
==========================================
+ Hits         3889     3896       +7     
- Misses       3770     3771       +1     
- Partials      356      358       +2
Impacted Files Coverage Δ
pkg/plugin/group/rollingupdate.go 91.42% <85.29%> (-2.26%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cf04d2a...910d9bd. Read the comment docs.