drop to small-2x

This commit is contained in:
dal 2025-07-03 12:08:15 -06:00
parent 144faeb802
commit 1b9a10610d
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ export const analystAgentTask: ReturnType<
> >
> = schemaTask({ > = schemaTask({
id: 'analyst-agent-task', id: 'analyst-agent-task',
machine: 'medium-2x', machine: 'small-2x',
schema: AnalystAgentTaskInputSchema, schema: AnalystAgentTaskInputSchema,
maxDuration: 600, // 10 minutes for complex analysis maxDuration: 600, // 10 minutes for complex analysis
run: async (payload): Promise<AnalystAgentTaskOutput> => { run: async (payload): Promise<AnalystAgentTaskOutput> => {