directory
0.0.0-20241105072850-2db7b48e133e
Repository: https://github.com/alexioannides/go-cube.git
Documentation: pkg.go.dev
# Packages
Manager contains everything needed to manage the execution of tasks on workers.
Node contains everything needed to represent the physical nodes that run workers.
Scheduler contains everything needed to select an appropriate worker for sending a task to.
Task contains everything needed by workers to execute and manage a workload.
Worker contains everything needed to manage the execution of tasks scheduled to a node.