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
I wonder if crane catalog should print each page as it's returned, instead of calling remote.Catalog which loads all pages into memory before returning.
edit: remote.CatalogPage seems like a good fit, but it doesn't return any information that would let it be fed into subsequent calls to CatalogPage 🤔
I wonder if crane catalog should print each page as it's returned, instead of calling remote.Catalog which loads all pages into memory before returning.
We had some discussion around this originally but I think we just gave up.
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Keep fresh with the 'lifecycle/frozen' label.
I've just tried
$ crane catalog
command and it took so long that didn't even complete after several hours of run.I think it would be great to add some concurrency model and some verbosity logs to check the current status of scan progress.
What do you think?
The text was updated successfully, but these errors were encountered: