package
Version:
v0.0.0-...-2db7b48
Opens a new window with list of versions in this module.
Published: Nov 5, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Task contains everything needed by workers to execute and manage a workload.
State describes a task at a specific moment in time.
const (
Pending State = iota
Scheduled
Running
Failed
Completed
)
Task holds all information about a task scheduled on a Worker.
TaskEvent represents desired transition states for scheduled tasks
Source Files
¶
Click to show internal directories.
Click to hide internal directories.