mirror of https://github.com/buster-so/buster.git
Merge pull request #1165 from buster-so/staging
small2x on analyst agent task
This commit is contained in:
commit
f7adc0b588
|
@ -248,7 +248,7 @@ export const analystAgentTask: ReturnType<
|
|||
>
|
||||
> = schemaTask({
|
||||
id: 'analyst-agent-task',
|
||||
machine: 'medium-1x',
|
||||
machine: 'small-2x',
|
||||
schema: AnalystAgentTaskInputSchema,
|
||||
queue: analystQueue,
|
||||
maxDuration: 1200, // 20 minutes for complex analysis
|
||||
|
|
Loading…
Reference in New Issue