You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the agent probe timeout and interval to be set to improve instability issues of the agent within a Swarm cluster.
Optionally provide the environment variables to the agent: AGENT_CLUSTER_PROBE_TIMEOUT which has a default value of 500ms AGENT_CLUSTER_PROBE_INTERVAL which has a default value of 1s
These parameters should only be overriden when experiencing agent cluster instability
Default values should work in most clustering use cases but some cluster/network topologies might cause the agent cluster to be unstable and seeing a lot of agent join/leave cluster events.
There is no recommended value/range to be set here and instead it is recommended to experiment with different values if facing instability issues.
Allow the agent probe timeout and interval to be set to improve instability issues of the agent within a Swarm cluster.
Optionally provide the environment variables to the agent:
AGENT_CLUSTER_PROBE_TIMEOUT
which has a default value of500ms
AGENT_CLUSTER_PROBE_INTERVAL
which has a default value of1s
These parameters should only be overriden when experiencing agent cluster instability
Default values should work in most clustering use cases but some cluster/network topologies might cause the agent cluster to be unstable and seeing a lot of agent join/leave cluster events.
There is no recommended value/range to be set here and instead it is recommended to experiment with different values if facing instability issues.
Example
agent-develop-stack.yml
Which can be used as follows
The text was updated successfully, but these errors were encountered: