mirror of https://github.com/buster-so/buster.git
drop to small-2x
This commit is contained in:
parent
144faeb802
commit
1b9a10610d
|
@ -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> => {
|
||||||
|
|
Loading…
Reference in New Issue