Skip to content

Commit

Permalink
Update Temporal packages
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsaintroch committed Sep 12, 2024
1 parent 63b9558 commit 1fcca2f
Show file tree
Hide file tree
Showing 18 changed files with 192 additions and 149 deletions.
288 changes: 165 additions & 123 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions services/apps/activities_worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
"@crowd/types": "workspace:*",
"@crowd/conversations": "workspace:*",
"@crowd/data-access-layer": "workspace:*",
"@temporalio/client": "~1.8.6",
"@temporalio/workflow": "~1.8.6",
"@temporalio/activity": "~1.11.1",
"@temporalio/client": "~1.11.1",
"@temporalio/workflow": "~1.11.1",
"tsx": "^4.7.1",
"typescript": "^5.2.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const scheduleCreateConversations = async () => {
type: 'startWorkflow',
workflowType: createConversations,
taskQueue: 'activities',
workflowExecutionTimeout: '15 minutes',
workflowExecutionTimeout: '5 minutes',
},
})
} catch (err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { proxyActivities } from '@temporalio/workflow'
import * as activities from '../activities/createConversations'

const activity = proxyActivities<typeof activities>({
startToCloseTimeout: '5 minutes',
startToCloseTimeout: '3 minutes',
})

export async function createConversations(): Promise<void> {
Expand Down
2 changes: 1 addition & 1 deletion services/apps/automations_worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@crowd/integrations": "workspace:*",
"@crowd/logging": "workspace:*",
"@crowd/types": "workspace:*",
"@temporalio/workflow": "~1.8.6",
"@temporalio/workflow": "~1.11.1",
"html-to-mrkdwn-ts": "^1.1.0",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
Expand Down
4 changes: 2 additions & 2 deletions services/apps/cache_worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@crowd/data-access-layer": "workspace:*",
"@crowd/feature-flags": "workspace:*",
"@crowd/opensearch": "workspace:*",
"@temporalio/workflow": "~1.8.6",
"@temporalio/client": "~1.8.6",
"@temporalio/workflow": "~1.11.1",
"@temporalio/client": "~1.11.1",
"moment": "~2.29.4",
"tsx": "^4.7.1",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions services/apps/emails_worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@crowd/integrations": "workspace:*",
"@crowd/types": "workspace:*",
"@sendgrid/mail": "~7.7.0",
"@temporalio/client": "~1.8.6",
"@temporalio/workflow": "~1.8.6",
"@temporalio/client": "~1.11.1",
"@temporalio/workflow": "~1.11.1",
"axios": "~1.5.1",
"html-to-text": "~9.0.5",
"lodash": "~4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion services/apps/entity_merging_worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@crowd/types": "workspace:*",
"@crowd/redis": "workspace:*",
"@crowd/opensearch": "workspace:*",
"@temporalio/workflow": "~1.8.6",
"@temporalio/workflow": "~1.11.1",
"tsx": "^4.7.1",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion services/apps/exports_worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@crowd/redis": "workspace:*",
"@crowd/types": "workspace:*",
"@sendgrid/mail": "~8.1.0",
"@temporalio/workflow": "~1.8.6",
"@temporalio/workflow": "~1.11.1",
"aws-sdk": "2.814.0",
"json2csv": "^5.0.7",
"lodash.pick": "~4.4.0",
Expand Down
4 changes: 2 additions & 2 deletions services/apps/merge_suggestions_worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@crowd/logging": "workspace:*",
"@crowd/types": "workspace:*",
"@crowd/opensearch": "workspace:*",
"@temporalio/client": "~1.8.6",
"@temporalio/workflow": "~1.8.6",
"@temporalio/client": "~1.11.1",
"@temporalio/workflow": "~1.11.1",
"fast-levenshtein": "^3.0.0",
"tsx": "^4.7.1",
"typescript": "^5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions services/apps/premium/members_enrichment_worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@crowd/types": "workspace:*",
"@crowd/redis": "workspace:*",
"@crowd/integrations": "workspace:*",
"@temporalio/client": "~1.8.6",
"@temporalio/workflow": "~1.8.6",
"@temporalio/client": "~1.11.1",
"@temporalio/workflow": "~1.11.1",
"auth0": "^4.3.1",
"axios": "~1.6.2",
"lodash": "~4.17.21",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@crowd/feature-flags": "workspace:*",
"@crowd/common_services": "workspace:*",
"@crowd/types": "workspace:*",
"@temporalio/client": "~1.8.6",
"@temporalio/workflow": "~1.8.6",
"@temporalio/client": "~1.11.1",
"@temporalio/workflow": "~1.11.1",
"peopledatalabs": "~6.1.5",
"tsx": "^4.7.1",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions services/apps/profiles_worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@crowd/data-access-layer": "workspace:*",
"@crowd/opensearch": "workspace:*",
"@crowd/types": "workspace:*",
"@temporalio/client": "~1.8.6",
"@temporalio/workflow": "~1.8.6",
"@temporalio/client": "~1.11.1",
"@temporalio/workflow": "~1.11.1",
"tsx": "^4.7.1",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion services/apps/script_executor_worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@crowd/logging": "workspace:*",
"@crowd/redis": "workspace:*",
"@crowd/types": "workspace:*",
"@temporalio/workflow": "~1.8.6",
"@temporalio/workflow": "~1.11.1",
"axios": "^1.6.8",
"moment": "~2.29.4",
"tsx": "^4.7.1",
Expand Down
2 changes: 1 addition & 1 deletion services/apps/template_worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@crowd/archetype-standard": "workspace:*",
"@crowd/archetype-worker": "workspace:*",
"@temporalio/workflow": "~1.8.6",
"@temporalio/workflow": "~1.11.1",
"tsx": "^4.7.1",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion services/apps/temporal_codec_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@crowd/archetype-standard": "workspace:*",
"@crowd/temporal": "workspace:*",
"@temporalio/proto": "~1.8.6",
"@temporalio/proto": "~1.11.1",
"cors": "~2.8.5",
"express": "~4.18.2",
"tsx": "^4.7.1",
Expand Down
2 changes: 1 addition & 1 deletion services/archetypes/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@crowd/common": "workspace:*",
"@crowd/opensearch": "workspace:*",
"@crowd/sqs": "workspace:*",
"@temporalio/worker": "~1.8.6"
"@temporalio/worker": "~1.11.1"
},
"devDependencies": {
"@types/config": "^3.3.1",
Expand Down
6 changes: 3 additions & 3 deletions services/libs/temporal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@crowd/logging": "workspace:*",
"@temporalio/client": "~1.8.6",
"@temporalio/common": "^1.8.6",
"@temporalio/proto": "~1.8.6"
"@temporalio/client": "~1.11.1",
"@temporalio/common": "~1.11.1",
"@temporalio/proto": "~1.11.1"
},
"devDependencies": {
"@types/node": "^18.16.3",
Expand Down

0 comments on commit 1fcca2f

Please sign in to comment.