Skip to content

Commit

Permalink
tmp change
Browse files Browse the repository at this point in the history
  • Loading branch information
justraman committed Mar 26, 2024
1 parent cfc12d6 commit 5649dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/collection-stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { computeTraits } from './compute-traits'
export type JobData = { collectionId: string }

export const collectionStatsQueue = new Queue<JobData>('collectionStatsQueue', {
defaultJobOptions: { delay: 1000, attempts: 2, removeOnComplete: true },
defaultJobOptions: { delay: 1000, attempts: 2, removeOnComplete: 10 },
redis: redisConfig,
settings: {
maxStalledCount: 3,
Expand Down

0 comments on commit 5649dee

Please sign in to comment.