Flamenco/internal/manager/api_impl/mocks
Sybren A. Stüvel 61cc8ff04d Manager: implement API operation to get the farm status
Add a new API operation to get the overall farm status. This is based on
the jobs and workers, and their status.

The statuses are:

- `active`: Actively working on jobs.
- `idle`: Farm could be active, but has no work to do.
- `waiting`: Work has been queued, but all workers are asleep.
- `asleep`: Farm is idle, and all workers are asleep.
- `inoperative`: Cannot work: no workers, or all are offline/error.
- `starting`: Farm is starting up.
- `unknown`: Unexpected configuration of worker and job statuses.
2024-02-29 20:42:28 +01:00
..
api_impl_mock.gen.go Manager: implement API operation to get the farm status 2024-02-29 20:42:28 +01:00
varrepl.gen.go Change Go package name from git.blender.org to projects.blender.org 2023-08-01 12:42:31 +02:00