Update PC hardware specs: 7800X3D, 32GB RAM, Mesa 26

This commit is contained in:
Hoid 2026-02-27 08:49:54 +00:00
parent deaa454283
commit 41c1561080
5 changed files with 46 additions and 17 deletions

View file

@ -80,6 +80,12 @@
## Open
### BUG-015: Python SDK missing URL validation for ScreenshotOptions object (LOW)
- **Found:** Session 31
- **Impact:** When using `ScreenshotOptions` with empty URL, SDK makes HTTP request instead of raising ValueError immediately
- **Location:** `sdk/python/src/snapapi/client.py` capture() method
- **Fix:** Add `if not body.get('url'): raise ValueError("url is required")` after options.to_dict()
### BUG-007: Simultaneous browser restart causes QUEUE_FULL (HIGH) — FIXED (staging)
- **Found:** Session 9
- **Impact:** When both browser instances hit RESTART_AFTER_MS simultaneously (every ~1h), all requests during the ~4s restart window queue for 30s then fail with 503 QUEUE_FULL