Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { *core.BaseCotainer Err error // contains filtered or unexported fields }
Container represents the environment for a group of tasks.
func NewContainer ¶
NewContainer creates a task group container based on the JSON configuration conf. If jobID or taskGroupID is invalid, an error will be reported.
func (*Container) Start ¶
Start initiates the execution of tasks using the task scheduler based on the JSON configurations.
func (*Container) TaskGroupID ¶
TaskGroupID refers to the unique identifier for a group of tasks.
Click to show internal directories.
Click to hide internal directories.