fix: 降低 BullMQ Redis 版本日志噪音
- deploy-runs: Jenkins 自动同步 BullMQ 调度跳过建议性 Redis 版本检查\n- notifications/wecom: 通知 outbox BullMQ 调度同步跳过建议性 Redis 版本检查\n- 注释记录当前 Redis 6.0.16 的基础设施升级待办
This commit is contained in:
@@ -83,6 +83,8 @@ export class JenkinsSyncSchedulerService
|
|||||||
{
|
{
|
||||||
connection,
|
connection,
|
||||||
prefix: bullMqPrefix,
|
prefix: bullMqPrefix,
|
||||||
|
// 当前服务器 apt 源仅提供 Redis 6.0.16;升级单独规划,先避免建议性版本检查刷屏。
|
||||||
|
skipVersionCheck: true,
|
||||||
defaultJobOptions: {
|
defaultJobOptions: {
|
||||||
removeOnComplete: { count: 20 },
|
removeOnComplete: { count: 20 },
|
||||||
removeOnFail: { count: 20 },
|
removeOnFail: { count: 20 },
|
||||||
@@ -97,6 +99,8 @@ export class JenkinsSyncSchedulerService
|
|||||||
{
|
{
|
||||||
connection,
|
connection,
|
||||||
prefix: bullMqPrefix,
|
prefix: bullMqPrefix,
|
||||||
|
// 当前服务器 apt 源仅提供 Redis 6.0.16;升级单独规划,先避免建议性版本检查刷屏。
|
||||||
|
skipVersionCheck: true,
|
||||||
concurrency: 1,
|
concurrency: 1,
|
||||||
removeOnComplete: { count: 20 },
|
removeOnComplete: { count: 20 },
|
||||||
removeOnFail: { count: 20 },
|
removeOnFail: { count: 20 },
|
||||||
|
|||||||
@@ -82,6 +82,8 @@ export class NotificationOutboxRetryService
|
|||||||
{
|
{
|
||||||
connection,
|
connection,
|
||||||
prefix: bullMqPrefix,
|
prefix: bullMqPrefix,
|
||||||
|
// 当前服务器 apt 源仅提供 Redis 6.0.16;升级单独规划,先避免建议性版本检查刷屏。
|
||||||
|
skipVersionCheck: true,
|
||||||
defaultJobOptions: {
|
defaultJobOptions: {
|
||||||
removeOnComplete: { count: 20 },
|
removeOnComplete: { count: 20 },
|
||||||
removeOnFail: { count: 20 },
|
removeOnFail: { count: 20 },
|
||||||
@@ -96,6 +98,8 @@ export class NotificationOutboxRetryService
|
|||||||
{
|
{
|
||||||
connection,
|
connection,
|
||||||
prefix: bullMqPrefix,
|
prefix: bullMqPrefix,
|
||||||
|
// 当前服务器 apt 源仅提供 Redis 6.0.16;升级单独规划,先避免建议性版本检查刷屏。
|
||||||
|
skipVersionCheck: true,
|
||||||
concurrency: 1,
|
concurrency: 1,
|
||||||
removeOnComplete: { count: 20 },
|
removeOnComplete: { count: 20 },
|
||||||
removeOnFail: { count: 20 },
|
removeOnFail: { count: 20 },
|
||||||
|
|||||||
Reference in New Issue
Block a user