mirror of https://github.com/buster-so/buster.git
small2x on analyst agent task
This commit is contained in:
parent
646013a307
commit
08548a276d
|
@ -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