Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion framework/infrastructure/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def _handle_api_exception(
# 401 Unauthorized: token might be expired, attempt auth refresh.
if code == 401:
self._refresh_auth()
return _quick_recovery_retryer()
return _server_restart_retryer()

# 404 Not Found. Make it easier for the caller to handle 404s.
if code == 404:
Expand Down
Loading