refactor: land approved runtime cleanup and room binding cutover
This commit is contained in:
@@ -5,7 +5,7 @@ import type { AgentType, RegisteredGroup } from './types.js';
|
||||
|
||||
export interface SchedulerDependencies {
|
||||
serviceAgentType?: AgentType;
|
||||
registeredGroups: () => Record<string, RegisteredGroup>;
|
||||
roomBindings: () => Record<string, RegisteredGroup>;
|
||||
getSessions: () => Record<string, string>;
|
||||
queue: GroupQueue;
|
||||
onProcess: (
|
||||
|
||||
Reference in New Issue
Block a user