Skip to content

Commit

Permalink
fix script worker
Browse files Browse the repository at this point in the history
  • Loading branch information
skwowet committed Nov 11, 2024
1 parent 9da8d66 commit 748c9af
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import * as activities from '../activities'
import { IFixMemberAffiliationsArgs } from '../types'

const { getMemberIdsWithDeletedWorkexperiences } = proxyActivities<typeof activities>({
startToCloseTimeout: '60 seconds',
startToCloseTimeout: '3 minute',
retry: { maximumAttempts: 3 },
})

export async function fixMemberAffiliations(args: IFixMemberAffiliationsArgs) {
Expand Down

0 comments on commit 748c9af

Please sign in to comment.