Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ForwardTimeout is timeout to forward incoming request ForwardTimeout = 10 * time.Second // ZKSessionTimeout is timeout for zk connection session, within the session timeout, // it's possible to reestablish a connection to a different server and keep the same session. // This means any ephemeral nodes and watches are maintained. ZKSessionTimeout = 10 * time.Second PollTimeout = 60 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DesiredState ¶
type TaskTableView ¶
TaskTableView used to view map task uuid -> task
type WorkerTableView ¶
WorkerTableView used to view map worker id -> worker
Click to show internal directories.
Click to hide internal directories.