mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #258] Quota limits while adding team members to projects #192
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#192
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @prgTW on GitHub (Jun 3, 2019).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/258
I experience rate limits while adding team members to project. I want to add 8 people to 5 projects but I'm unable to do so due to rate limits on, I believe, POST requests. Giving that I have to add them on a per-project basis (do the same thing 5 times) this problem is quite annoying :(
@cuu508 commented on GitHub (Jun 3, 2019):
Hi @prgTW, sorry about that! Yes, the "Invite" function has a rate limit. The limit is currently 20 invites per user per 24 hours.
The reason to have the rate limit in the first place is a specific abuse pattern I had observed: somebody was inviting an email address, then removing them from the project. The had automated this and were doing it in a loop, over thousands of email addresses. This causes thousands of useless & unwanted invite emails to be sent, which is not good.
This is the first instance I know of a legitimate user hitting this rate limit. As a quick "fix", I just manually reset the rate limit for you so you should be able to invite 20 more members. If this gets reported again, I will look into either adjusting the rate limit, or using different rate limits for the free and the paid user accounts.
@prgTW commented on GitHub (Jun 3, 2019):
Hi @cuu508 and thanks for the reply!
I'm currently inviting 8 team members to 6 projects so even boosted quota didn't fit for me :(.
Looking into the future I see two options for now:
Currently adding the same team members to few projects is clicking, clicking and again clicking :(
Cheers!
@cuu508 commented on GitHub (Feb 14, 2020):
Just made a couple improvements in this area:
If you need to set up 6 projects of identical 8-member teams, there would still be a fair bit of clicking, but less than before. And you will not hit the rate limit.