-
Notifications
You must be signed in to change notification settings - Fork 3.2k
504 Gateway Timeout on /api/quality/conflicts Endpoint #9348
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
Comments
Please provide:
|
Thanks a lot for your reply! I'll go ahead and test this workaround. Alternatively, would it make sense to decrease the number of results per page — for example, from 500 to 300 — in the server-proxy.ts file? |
Yes, it is also a known workaround for the performance issue.
The possible outcome is that if the server fails on a request without releasing a lock, the lock will be held for the time specified. This can happen if the server process is killed by the OS due to out of memory (OOM) condition. This default value matches the nginx request timeout. 8000 |
Thank you so much for your valuable input! |
@nvj1d Hi, can the issue be closed? |
am encountering a persistent 504 Gateway Timeout error when attempting to open a job in CVAT via the /api/quality/conflicts endpoint.
Environment:
CVAT version: 2.18.0
Deployment: Docker Compose
Docker command: docker-compose -f docker-compose.yml -f docker-compose.https.yml up -d
Issue:
When navigating to a job, the frontend attempts to fetch: GET /api/quality/conflicts?org=test&report_id=3494&page_size=500&page=1
This request returns: 504 Gateway Timeout (from nginx)
The text was updated successfully, but these errors were encountered: