beacon-biosignals / K8sClusterManagers.jl

A Julia cluster manager for Kubernetes
Other
31 stars 5 forks source link

Rename `retry_seconds` to `pending_timeout` #51

Closed omus closed 3 years ago

omus commented 3 years ago

The name retry_seconds hasn't made much sense since retries were removed in #47. In #50 I changed the waiting behaviour to only timeout while waiting for a pending pod so now is the time change the keyword name.

codecov[bot] commented 3 years ago

Codecov Report

Merging #51 (4d08234) into main (ec5f859) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #51   +/-   ##
=======================================
  Coverage   68.45%   68.45%           
=======================================
  Files           4        4           
  Lines         149      149           
=======================================
  Hits          102      102           
  Misses         47       47           
Impacted Files Coverage Δ
src/native_driver.jl 8.33% <0.00%> (ø)

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 ec5f859...4d08234. Read the comment docs.