timeouts

package
v0.10.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package timeouts holds timeout constants shared between the FODC agent and proxy. Co-locating these constants ensures the proxy-side per-agent collection deadline is always strictly greater than the agent-side InspectAll timeout, regardless of who imports them.

Index

Constants

View Source
const AgentInspectAll = 40 * time.Second

AgentInspectAll bounds how long a single InspectAll call against the local liaison may run on the FODC agent side.

View Source
const ProxySlack = 10 * time.Second

ProxySlack is the additional time the proxy waits, on top of AgentInspectAll, before declaring an agent unresponsive. It must be strictly greater than zero so the proxy always outlasts the agent's own deadline and never gives up while a slow but still progressing InspectAll call is in flight.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL