feat: 接入 Jenkins 同步 BullMQ 调度

- deploy-runs: Jenkins 自动同步优先使用 BullMQ 周期调度,并保留内存定时器降级\n- integrations/redis: 复用 BullMQ 连接工厂,避免业务模块散落 Redis 参数\n- README/RTK/settings: 同步 Jenkins 自动同步的 BullMQ 配置说明
This commit is contained in:
湛兮
2026-06-12 07:06:37 +08:00
parent fd472e3346
commit 920ba4dfb7
7 changed files with 233 additions and 21 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ DATABASE_URL=mysql://devops_user:devops_password@127.0.0.1:3306/devops_platform
USE_DATABASE_READS=false
PRISMA_CONNECT_ON_BOOT=false
# Redis and queues. Used by health checks and BullMQ-backed notification outbox retry.
# Redis and queues. Used by health checks, Jenkins auto sync, and notification outbox retry.
REDIS_URL=redis://127.0.0.1:6379/0
# Jenkins integration, server-side only.