-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Rate limiting breaks annotation UI #8805
Comments
Since 2.23.0 main server processes does not prepare data chunks anymore. The process is done in dedicated workers. Make sure you have at least one active pod It is not really intuitive, hovewer in this specific case the code means, that this worker was not able to prepare chunk in one minute. It may refer to different things (you do not have such workers or all these workers are busy). That approach was chosen to keep API compatibility. |
Related #8781 |
Hey @bsekachev, thank you for the response! This is what
I saw this in my "broken" setup, reinstalled the chart (i.e. removed all volume claims and the namespace in k8s) and still see these errors. I started from scratch (I believe), created a new task, and this is what I see in the annotation interface: It is able to load first 8, but not more. The same 429 in the logs. I tried what appears to be the solution from #8781 (comment) (i.e. set |
May be there is something useful in pod logs? |
Not really, but then again I would not know which pod is important for this (the I switched to |
Hi team, I’m encountering a similar issue when trying to annotate images in CVAT, and I wanted to share my experience and findings. Actions Before Raising This IssueI searched through existing issues and did not find anything similar. Steps to ReproduceWhile this isn't a strict reproducer, here’s what I did that led to the issue: Uploaded 19 4K .png files to a project. ContextI am facing a uvicorn error when trying to annotate images. Here’s a relevant line from the cvat-backend logs: Verify Open In Editor
It’s puzzling because I’m just a single user trying to annotate images through the UI, and I’m not sure why there are too many requests. Environment Additional Information I also encountered a Verify Open In Editor
After reinstalling the chart and removing all volume claims and the namespace in Kubernetes, I still see these errors. I even tried setting the access modes to ReadWriteMany for the cvat-kvrocks-data and cvat-backend-data PVCs, but that did not resolve the issue. I switched back to version 2.22.0, and it seems to work without these problems. If anyone has insights or suggestions on how to resolve this, I would greatly appreciate it. Thank you for your help! Best, |
Actions before raising this issue
Steps to Reproduce
This is not exactly a reproducer, just what I did to "break" the server :)
Expected Behavior
Everything works by default :)
Possible Solution
No response
Context
Hey team, I am stuck with a
uvicorn
error when trying to annotate images, here is a line fromcvat-backend
logs:I am not sure why there are too many requests to be honest, I am just a single user trying to annotate pictures through the UI.
Environment
The text was updated successfully, but these errors were encountered: