We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5c925 commit 236d5deCopy full SHA for 236d5de
1 file changed
x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/utils/output_executor.ts
@@ -96,6 +96,7 @@ export const bindOutput: PromptCallerFactory = ({
96
97
// Log retry attempt for debugging
98
if (isRateLimitError) {
99
+ // eslint-disable-next-line no-console
100
console.warn(
101
`Rate limit error (429) on attempt ${attempt + 1}/${
102
totalRetries + 1
0 commit comments