-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[dashboard, server] Prevent redirect loops that trigger "startWorkspace" in a loop #8043
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
Comments
Just want to add that we should try to fix it ASAP as it makes us ddos ourselves. |
💯 agreed. @jldec can you make sure this gets high up on the priority list? |
FYI, a few links to more context about this problem, in case anyone finds this useful: |
Here's the |
Reproducable in devstaging by:
|
The plan is to:
|
Removed |
Ways to solve this:
dashboard
(e.g., exp. backoff forstartWorkspace
)server
: rate-limitstartWorkspace
more strictlyProof that this issue enforced this incident: https://ui.honeycomb.io/gitpod/datasets/gitpod-production/result/xnbGHzzXiP7?tab=traces
The text was updated successfully, but these errors were encountered: