mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-25 00:51:28 +02:00
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.