fix: bug in the sliders and blog module

This commit is contained in:
mahyargdz
2025-04-13 10:30:59 +03:30
parent cac2620fc6
commit 78f481871c
14 changed files with 219 additions and 10 deletions
+2 -1
View File
@@ -8,10 +8,11 @@ export function bullMqConfig(): SharedBullAsyncConfiguration {
connection: {
url: configService.getOrThrow<string>("REDIS_URI"),
},
prefix: "danak-console",
defaultJobOptions: {
removeOnComplete: false,
removeOnFail: false,
attempts: 5, // Reasonable default, adjust based on job criticality
attempts: 5,
},
}),
};