decrase job retain

This commit is contained in:
Echo 2025-07-01 00:38:00 -04:00
parent f374c33777
commit db4c834c0e
No known key found for this signature in database

View file

@ -5,6 +5,6 @@ class CleanupSuccessfulJobsJob < ApplicationJob
enqueue_limit
def perform
GoodJob.cleanup_preserved_jobs(older_than: 2.days, include_discarded: false)
GoodJob.cleanup_preserved_jobs(older_than: 1.day, include_discarded: false)
end
end