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

Remove unused rateLimit on perforce connections #58188

Merged
merged 3 commits into from Nov 15, 2023
Merged

Conversation

eseliger
Copy link
Member

@eseliger eseliger commented Nov 8, 2023

Perforce doesn't actually use any HTTP APIs so the regular rate limiting logic would never catch anything here. To avoid confusion, we've decided to remove it.

If in the future we get requests for rate limiting, we can implement it again, but the on a gitserver level or so.

Test plan

CI.

Perforce doesn't actually use any HTTP APIs so the regular rate limiting logic would never catch anything here. To avoid confusion, we've decided to remove it.

If in the future we get requests for rate limiting, we can implement it again, but the on a gitserver level or so.
@cla-bot cla-bot bot added the cla-signed label Nov 8, 2023
@github-actions github-actions bot added the team/source Tickets under the purview of Source - the one Source to graph it all label Nov 8, 2023
@eseliger eseliger marked this pull request as ready for review November 8, 2023 11:19
@eseliger eseliger requested a review from a team November 8, 2023 11:19
CHANGELOG.md Outdated Show resolved Hide resolved
@eseliger
Copy link
Member Author

@sourcegraph/source ping :)

@eseliger eseliger merged commit 928687d into main Nov 15, 2023
14 checks passed
@eseliger eseliger deleted the es/perforce-unlimited branch November 15, 2023 02:27
vovakulikov pushed a commit that referenced this pull request Dec 12, 2023
Perforce doesn't actually use any HTTP APIs so the regular rate limiting logic would never catch anything here. To avoid confusion, we've decided to remove it.

If in the future we get requests for rate limiting, we can implement it again, but the on a gitserver level or so.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed team/source Tickets under the purview of Source - the one Source to graph it all
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants