mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
decrase job retain
This commit is contained in:
parent
f374c33777
commit
db4c834c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue