Skip to content
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

Lava callback latency problem #446

Open
nuclearcat opened this issue Sep 4, 2024 · 1 comment
Open

Lava callback latency problem #446

nuclearcat opened this issue Sep 4, 2024 · 1 comment
Labels

Comments

@nuclearcat
Copy link
Member

Right now callback is fastapi, which is async. But callback endpoint is slow, as it need to upload artifacts to kernelci storage.
Even i did threads, it seems still slow. We have grafana monitoring that does plain HTTP request to default / endpoint, and it is
reaching 2-4 seconds latency when we have lot of LAVA submissions.
We need to investigate this, and probably rewrite way how callback works fundamentally.
It might be also totally different issue (for example docker-proxy or nginx), because k8s deployment (production) handling this well, but staging (based on docker containers) is slow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@nuclearcat and others