No description
|
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 9m21s
Root cause: With BROWSER_COUNT=1, the hourly browser restart set restarting=true, drained all pages, closed the browser, THEN launched a new one. During that window (seconds), all requests queued and timed out after 30s with QUEUE_FULL errors. Fix: Launch the new browser BEFORE closing the old one (hot-swap). This ensures zero downtime during browser recycling, even with a single browser instance. |
||
|---|---|---|
| .forgejo/workflows | ||
| public | ||
| sdk | ||
| src | ||
| .gitignore | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||