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

Commit

Permalink
fix(trigger): increase machine spec to medium-1x
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz authored Nov 16, 2024
1 parent 24cdd72 commit a1f0690
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: {
memory: 2,
preset: 'medium-1x',
},
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: {
memory: 2,
preset: 'medium-1x',
},
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: {
memory: 2,
preset: 'medium-1x',
},
run: async (payload: {
id: string;
Expand Down

0 comments on commit a1f0690

Please sign in to comment.