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

x/pkgsite: prevent teeproxy from bringing pkg.go.dev down #39702

Closed
shaqque opened this issue Jun 19, 2020 · 1 comment
Closed

x/pkgsite: prevent teeproxy from bringing pkg.go.dev down #39702

shaqque opened this issue Jun 19, 2020 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. pkgsite

Comments

@shaqque
Copy link
Contributor

shaqque commented Jun 19, 2020

The teeproxy was implemented as a way to forward requests from godoc.org to pkg.go.dev and ensure that pkg.go.dev can handle the current workload of godoc.org.

We should make sure that abnormally large traffic from godoc.org does not bring down pkg.go.dev, e.g. by rate limiting and implementing the circuit breaker pattern.

@gopherbot gopherbot added this to the Unreleased milestone Jun 19, 2020
@gopherbot
Copy link

Change https://golang.org/cl/238298 mentions this issue: internal/teeproxy: add rate limiting and circuit breaker

@shaqque shaqque self-assigned this Jun 20, 2020
@julieqiu julieqiu added pkgsite NeedsFix The path to resolution is known, but the work has not been done. labels Jun 23, 2020
@golang golang locked and limited conversation to collaborators Jul 29, 2021
@rsc rsc unassigned shaqque Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. pkgsite
Projects
None yet
Development

No branches or pull requests

3 participants