fix: bug in the sliders and blog module
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user