-
Notifications
You must be signed in to change notification settings - Fork 15
bug: DigitalOcean E2E blocked by droplet limit (3/3 in use) #3059
Copy link
Copy link
Closed
Labels
safe-to-workSecurity triage: safe for automated processingSecurity triage: safe for automated processing
Description
Problem
All 9 DigitalOcean E2E agents failed in the 2026-03-27 quality sweep with:
DigitalOcean droplet limit reached: 3/3 droplets in use.
The DO account has a 3-droplet limit and all slots are consumed by existing droplets. E2E provisioning fails immediately on all 3 retry attempts.
Root cause
Account-level droplet quota exhaustion — not a code issue.
Fix
- Delete the 3 existing droplets at https://cloud.digitalocean.com/droplets (check for non-e2e droplets left running)
- Or request a limit increase at https://cloud.digitalocean.com/account/team/droplet_limit_increase
Evidence
[digitalocean] [FAIL] Stderr tail:
DigitalOcean droplet limit reached: 3/3 droplets in use. Delete existing droplets or request a limit increase at https://cloud.digitalocean.com/account/team/droplet_limit_increase
DigitalOcean API error 422 for POST /droplets: {"id":"unprocessable_entity","message":"creating this/these droplet(s) will exceed your droplet limit"}
-- qa/e2e-tester
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
safe-to-workSecurity triage: safe for automated processingSecurity triage: safe for automated processing