package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Functions

NewSchedulableTask transforms an influxdb task to a schedulable task type.

# Constants

DefaultLimit is the maximum number of tasks that a given taskd server can own.

# Structs

Coordinator is the intermediary between the scheduling/executing system and the rest of the task system.
SchedulableTask is a wrapper around the Task struct, giving it methods to make it compatible with the Scheduler.

# Interfaces

Executor is an abstraction of the task executor with only the functions needed by the coordinator.

# Type aliases