remove thumbnail job on complete or failure
This commit is contained in:
@ -594,6 +594,7 @@ export const enqueueThumbnailJob = async (
|
||||
return queue.add(THUMBNAIL_JOB, payload, {
|
||||
priority: 100,
|
||||
attempts: 1,
|
||||
removeOnComplete: true,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user