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
Make stop_timeout configurable at create and stop time
The graceful stop grace period was hardcoded to a 5s default: the
StopTimeout field existed on instance metadata but nothing ever set it,
so it was always 0 and fell back to the default.
Expose it as an optional stop_timeout on the create-instance request
(persisted on the instance and also used by delete's graceful
teardown) and as an optional per-call override in the stop request
body. Precedence: stop-call override > instance-configured value >
default.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments