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

Fix CKAN request timeout #38

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

thepsalmist
Copy link
Contributor

Description

This PR modifies the ckan.requests.timeout and ckan.resource_proxy.timeout values to fix the issue #37

Fixes #37

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation

@thepsalmist thepsalmist self-assigned this Oct 23, 2024
@m453h
Copy link

m453h commented Oct 23, 2024

I haven't really used CKAN before (thus I lack much needed context) but just out of curiosity looking at the docs the default values for ckan.requests.timeout and ckan.resource_proxy.timeout have been set to 5 and 10 respectively. Is there any correlation between these values ? and up to what size of large resources do the newly proposed values allow users to download (is there any buffer) ?

And as per issue #37 description will the Nginx proxy_read_timeout still remain 300s ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CKAN timeout error when reading large datasets
2 participants