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

Set a soft rate limit threshold and show current rate limit budget #1472

Open
bryanhuhta opened this issue Aug 16, 2024 · 2 comments
Open

Set a soft rate limit threshold and show current rate limit budget #1472

bryanhuhta opened this issue Aug 16, 2024 · 2 comments
Labels
enhancement New feature or enhancement to existing functionality priority:low Items of low importance. Applicable to select few users or use-cases

Comments

@bryanhuhta
Copy link

📝 Provide a description of the new feature

I think Gitfy sometimes gobbles up a lot of my rate limit budget and this impacts me when I'm simultaneously developing against the GitHub API. My current solution is to make an API request with the same PAT as Gitify and check the rate limit header myself. If I'm close (or out) I disable Gitify.

It would be nice to be able to set a soft limit in the app where no more API calls are made if this limit is reached. Additionally, it would be nice to see the remaining rate limit budget I have left directly in the Gitify UI.

➕ Additional Information

We could, for example, put the rate limit info in the side bar:

Screenshot 2024-08-16 at 11 24 34 AM

Alternatively, it could live in the settings menu near the bottom:

Screenshot 2024-08-16 at 11 23 36 AM
@bryanhuhta bryanhuhta added the enhancement New feature or enhancement to existing functionality label Aug 16, 2024
@bryanhuhta
Copy link
Author

I just realized my app was woefully out of date, so some of the screenshots for suggestions of where to place this information are not relevant anymore 😅

@setchy
Copy link
Member

setchy commented Aug 16, 2024

#1414 might help, too

@setchy setchy added the priority:low Items of low importance. Applicable to select few users or use-cases label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement to existing functionality priority:low Items of low importance. Applicable to select few users or use-cases
Projects
None yet
Development

No branches or pull requests

2 participants