Documentation ¶
Overview ¶
Package common contains types and helper functions that are used across the different packages under internal/server/worker.
Index ¶
Constants ¶
View Source
const ( // StatusInterval is the base duration used in the calculation of the random backoff // during the worker status report StatusInterval = 2 * time.Second // StatusTimeout is the timeout duration on status calls to the controller from // the worker StatusTimeout = 5 * time.Second )
In the future we could make this configurable
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.