⚗️ Disable auto clean up unused attachments for testing
This commit is contained in:
parent
1d866f317f
commit
24ce52902c
@ -80,7 +80,7 @@ func main() {
|
||||
|
||||
// Configure timed tasks
|
||||
quartz := cron.New(cron.WithLogger(cron.VerbosePrintfLogger(&log.Logger)))
|
||||
quartz.AddFunc("@every 60m", services.DoUnusedAttachmentCleanup)
|
||||
// quartz.AddFunc("@every 60m", services.DoUnusedAttachmentCleanup)
|
||||
quartz.AddFunc("@every 60m", fs.RunMarkLifecycleDeletionTask)
|
||||
quartz.AddFunc("@every 60m", fs.RunMarkMultipartDeletionTask)
|
||||
quartz.AddFunc("@midnight", fs.RunScheduleDeletionTask)
|
||||
|
Loading…
x
Reference in New Issue
Block a user