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

Chunking of Multi-Requests #74

Open
ErikKusch opened this issue Jul 10, 2024 · 1 comment
Open

Chunking of Multi-Requests #74

ErikKusch opened this issue Jul 10, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ErikKusch
Copy link
Owner

Is your feature request related to a problem? Please describe.
When staging a large number of requests all at once and then waiting for their completion (as is the current default in CDownloadS on the development branch), the function might error out when a quota is exceeded.

Describe the solution you'd like
Implement a separate argument to define how many requests to stage before listening for completion.

Describe alternatives you've considered
Might want to consider returning to stage & listen sequentially.

Additional context
https://cds.climate.copernicus.eu/live/limits

@ErikKusch ErikKusch added the enhancement New feature or request label Jul 10, 2024
@ErikKusch ErikKusch added this to the Release 1.0.0 milestone Jul 10, 2024
@ErikKusch ErikKusch self-assigned this Jul 10, 2024
@ErikKusch ErikKusch moved this to Todo in KrigR Development Jul 10, 2024
@ErikKusch
Copy link
Owner Author

Begun working on this with 9769619

@ErikKusch ErikKusch moved this from Todo to In Progress in KrigR Development Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant