Skip to main content

ThawDecision

Defined in the protocols module.
AI Agent Result of a freeze-thaw (host-suspend gap) evaluation. Attributes: suspended: Whether an involuntary host-suspend gap was detected since the previous observation. gap_seconds: Estimated duration the host was frozen (0.0 when not suspended). restart_transports: Whether the wrapper should re-probe / restart outbound channel sockets (idle-gated) because they may be silently half-dead after the freeze. reconcile_schedule: Whether the wrapper should reconcile the scheduler (coalesce missed cron fires) against the gap instead of letting wall-clock catch-up storm on resume.

Properties

bool
No description available.
float
No description available.
bool
No description available.
bool
No description available.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 3433