File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
services/apps/cache_worker/src/workflows/compute-orgs-agg Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { proxyActivities } from '@temporalio/workflow'
33import * as activities from '../../activities/computeAggs/organization'
44import { IProcessComputeOrgAggs } from '../../types'
55
6- const activity = proxyActivities < typeof activities > ( { startToCloseTimeout : '1 minute ' } )
6+ const activity = proxyActivities < typeof activities > ( { startToCloseTimeout : '10 minutes ' } )
77
88export async function computeOrgAggsAndUpdate ( args : IProcessComputeOrgAggs ) : Promise < void > {
99 const orgId = args . organizationId
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import * as activities from '../../activities/computeAggs/organization'
1111
1212import { computeOrgAggsAndUpdate } from './computeOrgAggsAndUpdate'
1313
14- const activity = proxyActivities < typeof activities > ( { startToCloseTimeout : '1 minute ' } )
14+ const activity = proxyActivities < typeof activities > ( { startToCloseTimeout : '10 minutes ' } )
1515
1616/*
1717dailyGetAndComputeOrgAggs is a Temporal workflow that:
You can’t perform that action at this time.
0 commit comments