fix: warm agent.wait cache

This commit is contained in:
Peter Steinberger
2026-01-04 01:35:02 +01:00
parent e7615c464a
commit 70d68d29d0
2 changed files with 24 additions and 0 deletions

View File

@@ -327,6 +327,8 @@ async function waitForAgentJob(params: {
});
}
ensureAgentJobListener();
export type GatewayRequestContext = {
deps: ReturnType<typeof createDefaultDeps>;
cron: CronService;