Files
netbird/e2e
mlsmaycon 427b4c8d41 [misc] Keep the repricing loop inside its own deadline
The loop bounded when a new attempt could start, not how long one could
run. The chat container is capped at 90 seconds of its own and the row
lookup at another 20, so an attempt begun just inside the 180-second window
could report a repricing failure nearly two minutes after that window
closed. Run every call in the loop under a context that expires with the
deadline.
2026-08-23 06:36:37 +00:00
..