Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
perf(trigger): decrease machine specs to small-2x
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz authored Nov 16, 2024
1 parent a1f0690 commit 8cea2c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/trigger/analyze-feedback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function analyzeFeedback(
export const analyzePartner = task({
id: 'analyze-partner',
machine: {
preset: 'medium-1x',
preset: 'small-2x',
},
run: async (payload: {
id: string;
Expand Down Expand Up @@ -86,7 +86,7 @@ export const analyzePartner = task({
export const analyzeImplementer = task({
id: 'analyze-implementer',
machine: {
preset: 'medium-1x',
preset: 'small-2x',
},
run: async (payload: {
id: string;
Expand Down Expand Up @@ -134,7 +134,7 @@ export const analyzeImplementer = task({
export const analyzeBeneficiary = task({
id: 'analyze-beneficiary',
machine: {
preset: 'medium-1x',
preset: 'small-2x',
},
run: async (payload: {
id: string;
Expand Down

0 comments on commit 8cea2c0

Please sign in to comment.