You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to allow up to 30 seconds, particularly for sidecar SPs which have historically taken "a while".
We saw a sidecar SP reset timeout today during a mupdate, and a subsequent retry succeeded but took 25 seconds. A likely explanation for the timeout is that there's some variance and 30 seconds was just too short. We should bump this 30 seconds up, and ideally also allow reset timeouts to be configured at runtime like the retry timeouts are for every other command.
The text was updated successfully, but these errors were encountered:
All the changes are in `sp-sim` (mostly related to API changes to
support tech port unlocking).
Opening this on its own to reduce diff churn for upcoming changes to
deal with
oxidecomputer/management-gateway-service#284.
We currently override whatever retry attempt is configured specifically for SP resets:
management-gateway-service/gateway-sp-comms/src/single_sp.rs
Lines 1979 to 1985 in ca9f20e
to allow up to 30 seconds, particularly for sidecar SPs which have historically taken "a while".
We saw a sidecar SP reset timeout today during a mupdate, and a subsequent retry succeeded but took 25 seconds. A likely explanation for the timeout is that there's some variance and 30 seconds was just too short. We should bump this 30 seconds up, and ideally also allow reset timeouts to be configured at runtime like the retry timeouts are for every other command.
The text was updated successfully, but these errors were encountered: