Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livekit/livekit
/ JobLoad
Interface
JobLoad
pkg/agent/testutils/server.go:148–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
var
_ agent.SignalConn = (*AgentWorker)(nil)
147
148
type
JobLoad
interface
{
149
Load() float32
150
}
151
152
type
AgentJob
struct
{
153
*livekit.Job
Callers
8
TestConcurrentConsumption
Function · 0.65
GetNodeStats
Function · 0.65
IsRunning
Method · 0.65
Start
Method · 0.65
TestRoomLock
Function · 0.65
JobRequestAffinity
Method · 0.65
selectWorkerWeightedByLoad
Method · 0.65
serve
Method · 0.65
Implementers
5
Worker
pkg/agent/worker.go
stableJobLoad
pkg/agent/testutils/server.go
periodicJobLoad
pkg/agent/testutils/server.go
uniformRandomJobLoad
pkg/agent/testutils/server.go
normalRandomJobLoad
pkg/agent/testutils/server.go
Calls
no outgoing calls
Tested by
no test coverage detected