Readiness Probe for uAgents #183
Closed
jrriehl
started this conversation in
uAgent Ideas
Replies: 2 comments
-
Just for clarification |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing this discussion as done since the feature is already implemented. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Readiness Probes
It could be useful in many cases to equip agents with a built-in health check protocol (#177).
Proposal: Agents should respond to requests of type
HTTP 1.1 HEAD
with headers:
X-Uagents-Address: agent1qtrq7az22as8knqnwtyej7wmpgx0qsp0wzavunwxect0mkpnutjj6fpne3q
The response will indicate whether the agent is
Additionally the response time header is not set as there is no reasonable estimate for when a response can be expected from the agent
Additionally the response time hint is set to a value that signals the sort of time frame. In this example it is 86400 seconds (246060) or 24 hours:
Beta Was this translation helpful? Give feedback.
All reactions