Skip to main content

reap_deadline

Method
This is a method of the LivenessPolicy class in the protocols module.
Return the absolute time after which the connection is stale. A connection is reaped when the evaluation-time now is strictly above this deadline (now > reap_deadline(last_activity)). Exposed so the server reaper and the client watchdog derive the same window from one advertised interval.

Signature

Parameters

float
required
No description available.

Returns

float
The result of the operation.

Used By

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 5317