[inference] increase timeout for inference calls#260267
Merged
pgayvallet merged 3 commits intoelastic:mainfrom Mar 30, 2026
Merged
[inference] increase timeout for inference calls#260267pgayvallet merged 3 commits intoelastic:mainfrom
pgayvallet merged 3 commits intoelastic:mainfrom
Conversation
Contributor
Author
|
/ci |
Contributor
Author
|
@elasticmachine merge upstream |
sphilipse
approved these changes
Mar 30, 2026
Contributor
⏳ Build in-progress, with failures
Failed CI StepsTest Failures
|
0b93594 to
93928a0
Compare
pgayvallet
added a commit
that referenced
this pull request
Mar 31, 2026
## Summary Follow-up of #260267 Turns out, we also need to increase the ES call's timeout
1 task
pgayvallet
added a commit
to pgayvallet/kibana
that referenced
this pull request
Mar 31, 2026
Backports the stack_connectors changes from elastic#260267 and elastic#260382 to the 9.3 branch. Adds a 180s query-level timeout and 180s requestTimeout to the ES inference chat_completion transport request. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pgayvallet
added a commit
to pgayvallet/kibana
that referenced
this pull request
Mar 31, 2026
Backports the stack_connectors changes from elastic#260267 and elastic#260382 to the 9.3 branch. Adds a 180s query-level timeout and 180s requestTimeout to the ES inference chat_completion transport request.
pgayvallet
added a commit
that referenced
this pull request
Mar 31, 2026
## Summary Backports the stack_connectors changes from #260267 and #260382 to the 9.3 branch. - Adds `querystring: { timeout: '180s' }` to the ES inference `chat_completion` transport request - Adds `requestTimeout: 180_000` to the transport request options The inference plugin changes from those PRs are not included as that code doesn't exist on 9.3. ## Test plan - [x] Unit tests pass (`inference.test.ts`)
jeramysoucy
pushed a commit
to jeramysoucy/kibana
that referenced
this pull request
Apr 1, 2026
## Summary Because default of 30s is too short for some models Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
jeramysoucy
pushed a commit
to jeramysoucy/kibana
that referenced
this pull request
Apr 1, 2026
## Summary Follow-up of elastic#260267 Turns out, we also need to increase the ES call's timeout
paulinashakirova
pushed a commit
to paulinashakirova/kibana
that referenced
this pull request
Apr 2, 2026
## Summary Because default of 30s is too short for some models Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
paulinashakirova
pushed a commit
to paulinashakirova/kibana
that referenced
this pull request
Apr 2, 2026
## Summary Follow-up of elastic#260267 Turns out, we also need to increase the ES call's timeout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Because default of 30s is too short for some models