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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: