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
Running the command $ podaac-data-downloader -c GRACEFO_L2_CSR_MONTHLY_0060 -sd 2020-01-01T00:00:00Z -ed 2020-01-02T00:00:00Z -d ~/grace --limit 1 --verbose -e 00 causes 8 files to be downloaded even with --limit 1
$ podaac-data-downloader -c GRACEFO_L2_CSR_MONTHLY_0060 -sd 2020-01-01T00:00:00Z -ed 2020-01-02T00:00:00Z -d ~/grace --limit 1 --verbose -e 00
--limit 1
The --limit option used to work, by setting the page_size in the CMR request. This worked because the downloader would only make 1 CMR request.
But now that the downloader/subscriber have implemented paging, setting page_size only results in multiple CMR requests.
Subscriber doesn't have --limit option, so it's not affected.
The text was updated successfully, but these errors were encountered:
this will be fixed in our next release- either 1.10.2 or 1.11.0
Sorry, something went wrong.
Merge pull request #89 from /issues/86
25a5359
Issues/86
3deb4f3
No branches or pull requests
Running the command
$ podaac-data-downloader -c GRACEFO_L2_CSR_MONTHLY_0060 -sd 2020-01-01T00:00:00Z -ed 2020-01-02T00:00:00Z -d ~/grace --limit 1 --verbose -e 00
causes 8 files to be downloaded even with--limit 1
The --limit option used to work, by setting the page_size in the CMR request. This worked because the downloader would only make 1 CMR request.
But now that the downloader/subscriber have implemented paging, setting page_size only results in multiple CMR requests.
Subscriber doesn't have --limit option, so it's not affected.
The text was updated successfully, but these errors were encountered: