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

Set traefik readTimeout #67

Open
joecorall opened this issue Sep 27, 2024 · 0 comments · May be fixed by #68
Open

Set traefik readTimeout #67

joecorall opened this issue Sep 27, 2024 · 0 comments · May be fixed by #68

Comments

@joecorall
Copy link
Contributor

readTimeout is a new setting for traefik as of v2.11.2

I spent a lot of time tracking down why my setup was timing out on large file uploads (knowing it was working several months ago), and finally landed on this being the cause. Specifically, during my workbench ingest jobs the uploads were failing with

499 Client Closed Request' caused by: context canceled

Bumping this value beyond the default 60s got rid of the error.

I think we should consider setting this value in one place. Maybe NGINX_PROXY_READ_TIMEOUT and using the value for both traefik and nginx/drupal. At the minimum, set this in docker-compose.yml with a comment and also update https://islandora.github.io/documentation/user-documentation/uploading-large-files/

@joecorall joecorall linked a pull request Sep 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant