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
} elseifld.areCurrentFlagsAvailable(client, key) { // if the flag is not cached but we've already retrieved the newest flag values for the current user, check those maps first
output.ErrPrintln(false, "[WARN] Failed to fetch feature flags.")
202
-
output.ErrPrintln(false, errors.ComposeSuggestionsMessage("Check connectivity to https://confluent.cloud or disable feature flags using `confluent configuration update disable_feature_flags true`."))
203
-
ld.timeoutWarningPrinted=true
204
-
}
199
+
output.ErrPrintln(false, "[WARN] Failed to fetch feature flags.")
200
+
output.ErrPrintln(false, errors.ComposeSuggestionsMessage("Check connectivity to https://confluent.cloud or disable feature flags using `confluent configuration update disable_feature_flags true`."))
201
+
ld.isDisabled=true// disable flags for the rest of the command if any request times out
0 commit comments