fix: 降低 BullMQ Redis 版本日志噪音

- deploy-runs: Jenkins 自动同步 BullMQ 调度跳过建议性 Redis 版本检查\n- notifications/wecom: 通知 outbox BullMQ 调度同步跳过建议性 Redis 版本检查\n- 注释记录当前 Redis 6.0.16 的基础设施升级待办
This commit is contained in:
湛兮
2026-06-12 07:09:38 +08:00
parent 920ba4dfb7
commit e10b002fbb
2 changed files with 8 additions and 0 deletions
@@ -83,6 +83,8 @@ export class JenkinsSyncSchedulerService
{
connection,
prefix: bullMqPrefix,
// 当前服务器 apt 源仅提供 Redis 6.0.16;升级单独规划,先避免建议性版本检查刷屏。
skipVersionCheck: true,
defaultJobOptions: {
removeOnComplete: { count: 20 },
removeOnFail: { count: 20 },
@@ -97,6 +99,8 @@ export class JenkinsSyncSchedulerService
{
connection,
prefix: bullMqPrefix,
// 当前服务器 apt 源仅提供 Redis 6.0.16;升级单独规划,先避免建议性版本检查刷屏。
skipVersionCheck: true,
concurrency: 1,
removeOnComplete: { count: 20 },
removeOnFail: { count: 20 },
@@ -82,6 +82,8 @@ export class NotificationOutboxRetryService
{
connection,
prefix: bullMqPrefix,
// 当前服务器 apt 源仅提供 Redis 6.0.16;升级单独规划,先避免建议性版本检查刷屏。
skipVersionCheck: true,
defaultJobOptions: {
removeOnComplete: { count: 20 },
removeOnFail: { count: 20 },
@@ -96,6 +98,8 @@ export class NotificationOutboxRetryService
{
connection,
prefix: bullMqPrefix,
// 当前服务器 apt 源仅提供 Redis 6.0.16;升级单独规划,先避免建议性版本检查刷屏。
skipVersionCheck: true,
concurrency: 1,
removeOnComplete: { count: 20 },
removeOnFail: { count: 20 },