You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now running hca dss get-bundles-all --replica aws seems to hang for a long long time in staging and prod (it seems okay to run in dev and integration because there is so little in there).
Passing the --no-paginate flag seems to allow this to return a page successfully as per the old behavior.
The text was updated successfully, but these errors were encountered:
DailyDreaming
changed the title
Odd autopagination behavior.
Autopagination hangs in staging and prod.
Nov 1, 2019
it might be an option to print out object that X-OpenAPI-Paginated-Content-Key is referring to while paging through the results.
Another option is to increase the --per-page amount from 500 to 1000, it took time hca dss get-bundles-all --replica aws --per-page 500 real 13m36.207s to complete,
while an s3 ls for the same bucket/prefix took real 9m32.096s to complete.
Right now running
hca dss get-bundles-all --replica aws
seems to hang for a long long time instaging
andprod
(it seems okay to run indev
andintegration
because there is so little in there).Passing the
--no-paginate
flag seems to allow this to return a page successfully as per the old behavior.The text was updated successfully, but these errors were encountered: