Files
netbird/e2e/agentnetwork
mlsmaycon a02aa16cae [misc] Report the cost the repricing loop actually saw
The failure message read repriced.InputCostUsd, and repriced is the zero
value on every path that reaches that line — so a run that gave up always
reported "last input_cost_usd=$0.000000", which reads as a row priced at
zero rather than as a row still at the old rate, or as no row at all.

Keep the last cost read and report that, saying so plainly when no row was
ever read.
2026-08-23 06:25:37 +00:00
..