Documentation
¶
Index ¶
Constants ¶
View Source
const ( HeartbeatInterval = 5 * time.Second ReportTimeout = 10 * time.Second )
Variables ¶
View Source
var ( Hostname string Username string PID int )
View Source
var ErrTaskCancelledAfterFailedHeartbeat = errors.New("task cancelled after failed heartbeat")
Functions ¶
This section is empty.
Types ¶
type Bundle ¶
Bundle interface defines a type that is used "at execution time" to lookup a Task to execute
Click to show internal directories.
Click to hide internal directories.