-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: add interval on ai backend request #419
Comments
@JuHyung-Son I think we should move this to the operator's repo, right ? |
oh right i will move this |
@VaibhavMalik4187 would you like to assign it to you ? |
Yes please |
@arbreezy, @JuHyung-Son, I've been working on this issue but I have a few questions.
|
good questions!
|
Understood, thanks for the detailed answers. |
4 tasks
VaibhavMalik4187
added a commit
to VaibhavMalik4187/k8sgpt-operator
that referenced
this issue
Apr 25, 2024
This commit introduces the ability to send the requests to the backend AI server at set intervals, independent of the reconciler's requeue requests. To utilize this feature, the `Interval` field in the `AI` settings must be set in the k8sgpt configuration object. Also, the specified interval must be greater than or equal to the reconciler's requeue interval as the llm requests should be called after the reconciler executes k8sgpt analyze. Fixes: k8sgpt-ai#419 Signed-off-by: VaibhavMalik4187 <[email protected]>
VaibhavMalik4187
added a commit
to VaibhavMalik4187/k8sgpt-operator
that referenced
this issue
Apr 29, 2024
This commit introduces the ability to send the requests to the backend AI server at set intervals, independent of the reconciler's requeue requests. To utilize this feature, the `Interval` field in the `AI` settings must be set in the k8sgpt configuration object. Also, the specified interval must be greater than or equal to the reconciler's requeue interval as the llm requests should be called after the reconciler executes k8sgpt analyze. Fixes: k8sgpt-ai#419 Signed-off-by: VaibhavMalik4187 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Is this feature request related to a problem?
No
Problem Description
No response
Solution Description
add ai backend request interval.
if set, Sends requests to the AI backend server at set intervals, independent of the reconciler loop.
this interval should be equal or higher than reconciliation's requeue interval.
Benefits
More control over ai backend requests.
Potential Drawbacks
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: