feat: add crm webhook worker

This commit is contained in:
Codex
2026-06-29 04:35:19 +08:00
parent 0cff0d102d
commit ead1296f80
23 changed files with 1098 additions and 14 deletions

View File

@@ -38,6 +38,15 @@ F:\project
Dockerfile
package.json
tsconfig.json
worker/ 后台异步任务进程
src/
jobs/
crm.ts CRM webhook 队列消费、签名、重试、日志
config.ts worker 环境变量
db.ts worker 数据库连接
index.ts worker CLI/常驻循环入口
package.json
tsconfig.json
packages/
config/ 共享配置和 env 工具
@@ -117,6 +126,7 @@ git status --short --branch
正常情况下,后续提交应只包含这些路径:
- `apps/api/**`
- `apps/worker/**`
- `packages/**`
- `supabase/**`
- `scripts/import-pocketbase/**`