Skip to content

feat: auto-recovery polling after pod kill (RHITAIF-206) #95

Description

@saharannaveen

Problem

When an agent pod is killed mid-conversation (rolling update, OOM, node eviction), the user sees a frozen chat with no response and the conversation cannot be resumed.

Solution

Add auto-recovery polling to the UI:

  • When the SSE stream drops, the frontend polls the thread state endpoint every 5 seconds (up to 120 seconds)
  • Detects when the recovered run completes on a replacement pod
  • Renders the response seamlessly
  • Handles HITL interrupt recovery and replay of queued decisions

Related

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions