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

Timeout when uploading a big file with annotations #964

Closed
alontrais opened this issue Dec 16, 2019 · 7 comments · Fixed by #4327
Closed

Timeout when uploading a big file with annotations #964

alontrais opened this issue Dec 16, 2019 · 7 comments · Fixed by #4327
Assignees
Labels
bug Something isn't working

Comments

@alontrais
Copy link

When I try upload 100 MB xml file annotation, I get this error on log and "Failed to load resource: the server responded with a status of 504 (Gateway Timeout)" error on console.

How can I increase the timeout of the upload annotation?

@nmanovic nmanovic added the bug Something isn't working label Dec 17, 2019
@nmanovic nmanovic self-assigned this Dec 17, 2019
@nmanovic
Copy link
Contributor

Probably it will be necessary to do the following changes:

  • Optimize upload
  • Change REST API because the operation can be heavy

@nmanovic nmanovic changed the title Timeout when reading response headers from daemon process 'localhost:8080' Timeout when uploading a big file with annotations Dec 17, 2019
@alontrais
Copy link
Author

Thanks for the replay!
Meanwhile I wander if there is possibility this parameter "Timeout 60" or "request-timeout=60" in the httpd.conf file.
I was trying to change this file manually, but the change didn't effect. Those parameters are constants and I didn't find which process creates this file.
Do you know which process creates this httpd.conf file, or how to change those parameters?

@gitunit
Copy link

gitunit commented Mar 24, 2020

is it possible to upload the annotation (250 MB) to the server and run some CLI instead?

@alontrais
Copy link
Author

@gitunit
Yes, it is possible.

@gitunit
Copy link

gitunit commented Mar 30, 2020

@alontrais good to know. how would you do it?

@zhiltsov-max
Copy link
Contributor

Related #673

@nmanovic nmanovic modified the milestones: 1.0.0-release, 1.1.0-release May 23, 2020
@nmanovic nmanovic assigned klakhov and unassigned nmanovic Nov 28, 2021
@nmanovic nmanovic removed this from the 1.1.0-release milestone Nov 28, 2021
@nmanovic
Copy link
Contributor

@klakhov , it is something which you need to fix in your next PR.

#3692

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants