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

[Bug] Make aptos update use larger page size #6411

Open
banool opened this issue Jan 31, 2023 · 6 comments
Open

[Bug] Make aptos update use larger page size #6411

banool opened this issue Jan 31, 2023 · 6 comments
Labels
bug Something isn't working CLI

Comments

@banool
Copy link
Contributor

banool commented Jan 31, 2023

See the comment in src/update/helpers.rs. See also jaemk/self_update#101.

@banool banool added the bug Something isn't working label Jan 31, 2023
@banool banool changed the title [Bug] Make aptps update use larger page size [Bug] Make aptos update use larger page size Jan 31, 2023
@github-actions
Copy link
Contributor

This issue is stale because it has been open 45 days with no activity. Remove the stale label or comment - otherwise this will be closed in 15 days.

@gregnazario
Copy link
Contributor

I'm not sure this is actionable unless it's changed upstream

@gregnazario gregnazario moved this from 🎉 New to ❌ Blocked in Developer Experience Mar 17, 2023
@gregnazario gregnazario removed the Stale label Mar 17, 2023
@banool
Copy link
Contributor Author

banool commented Apr 16, 2023

I'll close this, this is a nice to have.

@banool banool closed this as completed Apr 16, 2023
@github-project-automation github-project-automation bot moved this from ❌ Blocked to ✅ Done in Developer Experience Apr 16, 2023
@banool banool closed this as not planned Won't fix, can't repro, duplicate, stale Apr 16, 2023
@mkurnikov
Copy link
Contributor

I'm trying to implement periodic call to the aptos update aptos --check in the IDE and hitting GitHub rate limits.
The unauthenticated limit is 60 requests per hour, the number of releases is 210 right now and the default page size is 30, so I hit the limit after ~8 --check calls.
I'm going to implement call to --check once an hour now, so it's not a blocker, just FYI.

@banool
Copy link
Contributor Author

banool commented Dec 11, 2024

Could you please make your PR (jaemk/self_update#142) to our fork of self_update as well? https://github.com/aptos-labs/self_update

@mkurnikov
Copy link
Contributor

Created it at aptos-labs/self_update#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI
Projects
Archived in project
Development

No branches or pull requests

3 participants