(ctx context.Context, jobID string, reason rpc.JobTerminateReason)
| 52 | // it will launch a job once for each worker in each namespace |
| 53 | LaunchJob(ctx context.Context, desc *JobRequest) *serverutils.IncrementalDispatcher[*livekit.Job] |
| 54 | TerminateJob(ctx context.Context, jobID string, reason rpc.JobTerminateReason) (*livekit.JobState, error) |
| 55 | Stop() error |
| 56 | } |
| 57 |
no outgoing calls
no test coverage detected