Skip to content

Commit d06e644

Browse files
authored
feat: cleanup old inaccurate activities & maintainers for previously processed fork repos [CM-749] (#3563)
1 parent 469ac79 commit d06e644

File tree

4 files changed

+690
-19
lines changed

4 files changed

+690
-19
lines changed

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/apps/script_executor_worker/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"start:debug": "CROWD_TEMPORAL_TASKQUEUE=script-executor SERVICE=script-executor-worker LOG_LEVEL=info tsx --inspect=0.0.0.0:9232 src/main.ts",
77
"dev:local": "nodemon --watch src --watch ../../libs --ext ts --exec pnpm run start:debug:local",
88
"dev": "nodemon --watch src --watch ../../libs --ext ts --exec pnpm run start:debug",
9+
"cleanup-fork-activities": "npx tsx src/bin/cleanup-fork-activities-and-maintainers.ts",
910
"lint": "npx eslint --ext .ts src --max-warnings=0",
1011
"format": "npx prettier --write \"src/**/*.ts\"",
1112
"format-check": "npx prettier --check .",
@@ -19,6 +20,7 @@
1920
"@crowd/logging": "workspace:*",
2021
"@crowd/opensearch": "workspace:*",
2122
"@crowd/redis": "workspace:*",
23+
"@crowd/snowflake": "workspace:*",
2224
"@crowd/types": "workspace:*",
2325
"@temporalio/client": "~1.11.8",
2426
"@temporalio/workflow": "~1.11.8",

0 commit comments

Comments
 (0)