We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the cds request api, the default timeout is set 60 which may not be enough, see issues reported at https://confluence.ecmwf.int/display/CKB/Common+Error+Messages+for+CDS+Requests#heading-21Timeouterror. I increased it to 300 in PR #62 to be able to download all the stemmus_scope data. However, the better solution is to expose the arguments of cdsapi.Client to users, for example using the config file.
timeout
cdsapi.Client
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the cds request api, the default
timeout
is set 60 which may not be enough, see issues reported at https://confluence.ecmwf.int/display/CKB/Common+Error+Messages+for+CDS+Requests#heading-21Timeouterror. I increased it to 300 in PR #62 to be able to download all the stemmus_scope data. However, the better solution is to expose the arguments ofcdsapi.Client
to users, for example using the config file.The text was updated successfully, but these errors were encountered: