Skip to content

fix(camofox): bump browser idle timeout to 1h for VNC human handoffs - #183

Merged
juniperbevensee merged 1 commit into
mainfrom
dev/juniperbevensee/camofox-idle-timeout
Jul 30, 2026
Merged

fix(camofox): bump browser idle timeout to 1h for VNC human handoffs#183
juniperbevensee merged 1 commit into
mainfrom
dev/juniperbevensee/camofox-idle-timeout

Conversation

@juniperbevensee

Copy link
Copy Markdown
Collaborator

The camofox server reaps the browser after 5 idle minutes (BROWSER_IDLE_TIMEOUT_MS default), and only API calls count as activity — VNC keyboard/mouse input from a human is invisible to it. During the live checkout handoff test today (2026-07-28) it killed the browser mid-payment three separate times.

One hour covers any realistic human handoff (payment, login, CAPTCHA). Added to the VPN compose template's camofox service (plain mode has no camofox sidecar).

Related follow-up (not in this PR): the camofox image's vnc plugin doesn't re-size browser windows after a playwright relaunch — windows come back 200×200 and the VNC shows black. Workaround today was an in-container xdotool resize loop; proper fix belongs in NimbleCoAI/camofox.

🤖 Generated with Claude Code

…-min reaper

Human-in-the-loop checkout/login via VNC generates no camofox API activity,
so the server's 5-minute default idle timeout kills the browser mid-payment
(hit live 2026-07-28 during a Ticket Tailor checkout handoff).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@juniperbevensee
juniperbevensee merged commit ff9917f into main Jul 30, 2026
3 checks passed
@juniperbevensee
juniperbevensee deleted the dev/juniperbevensee/camofox-idle-timeout branch July 30, 2026 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant