I’m seeing a consistent issue where sessions marked as active are actually unhealthy and unusable. It's been around 7 hours since this issue started.
I ran a health-check script across 30 active sessions (browser rendering logs don't show these 30 sessions - only can be seen through the puppeteer.limits API):
- Healthy: 0 - Unhealthy: 30 - All failed with: Unable to connect to existing session [ID]... TypeError: Cannot read properties of null (reading 'accept')
It looks like: - Sessions aren’t properly cleaned up - They're consuming limits but can’t be reused.