-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Uploading datasets with more than 50 rows returns a 504 Gateway Timeout error, even though the operation completes successfully in the
background. The same timeout behavior occurs when running evaluations with higher duplication factors (e.g., 5x).
To Reproduce
- Go to Kaapi Konsole
- Upload a dataset with more than 50 rows
- Wait for the upload to process
- See 504 Gateway Timeout error (despite operation completing in background)
While running evaluation:
- Create/select a dataset with large number of rows
- Run evaluation with duplication factor set to 5
- See 504 timeout error
Expected behavior
Long-running operations should either Complete without timeout errors, OR Return immediately with a job ID and process asynchronously, showing progress/completion status in the UI
coderabbitai
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
To Do