flamenco-worker/packages/flamenco-manager-godf4ee7ffaa22T53099-gpu-rendering
flamenco-worker/packages/flamenco-manager-go
df4ee7ffaa22T53099-gpu-rendering
README.md
README.md
Flamenco Manager
This is the Flamenco Manager implementation in Go.
Starting development
$FM denotes the directory containing a checkout of Flamenco Manager, that is, the absolute path of this flamenco-manager-go directory.
- export GOPATH=$FM
- cd $FM/src/flamenco-manager
- Download all dependencies with go get
- Download Flamenco test dependencies with go get -t ./flamenco
- Run the unittests with go test ./flamenco
- Build your first Flamenco Manager with go build; this will create an executable flamenco-manager in $FM/src/flamenco-manager
Known issues & limitations
- The downloading of tasks doesn't consider job types. This means that workers can be starved waiting for tasks, when there are 1000nds of tasks and workers of type X and only a relatively low number of workers and tasks of type Y.
TO DO
In no particular order:
- Heartbeat receiver from workers.
- Remove address & status from worker registration payload.
- Way for Flamenco Server to get an overview of Workers, and set their status.
- Receive parsed logs from Flamenco Worker.