mirror of https://github.com/buster-so/buster.git
Merge branch 'staging' into big-nate-bus-1830-ability-to-apply-color-theme-by-a-category
This commit is contained in:
commit
ae7c78a891
|
@ -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