resolver: auto-tune nx-heavy batch share by run health
This commit is contained in:
@@ -672,6 +672,7 @@ class DashboardController:
|
||||
live_batch_p1 = int(pairs.get("live_batch_p1", 0))
|
||||
live_batch_p2 = int(pairs.get("live_batch_p2", 0))
|
||||
live_batch_p3 = int(pairs.get("live_batch_p3", 0))
|
||||
live_batch_nxheavy_pct = int(pairs.get("live_batch_nxheavy_pct", 0))
|
||||
live_batch_nxheavy_skip = int(pairs.get("live_batch_nxheavy_skip", 0))
|
||||
|
||||
r_checked = int(pairs.get("timeout_recheck_checked", 0))
|
||||
@@ -688,7 +689,7 @@ class DashboardController:
|
||||
f"quarantine_hits={q_hits} | dns_timeout={dns_timeout} "
|
||||
f"| cooldown_skips={dns_cooldown_skips} | attempts={dns_attempts} "
|
||||
f"| live_batch={live_batch_target} deferred={live_batch_deferred} "
|
||||
f"(p1={live_batch_p1}, p2={live_batch_p2}, p3={live_batch_p3}, nx_skip={live_batch_nxheavy_skip})"
|
||||
f"(p1={live_batch_p1}, p2={live_batch_p2}, p3={live_batch_p3}, nx_pct={live_batch_nxheavy_pct}, nx_skip={live_batch_nxheavy_skip})"
|
||||
)
|
||||
recheck_text = (
|
||||
f"Timeout recheck: checked={r_checked} recovered={r_recovered} "
|
||||
|
||||
Reference in New Issue
Block a user