Skip to content

Commit f84bde6

Browse files
committed
Updated exports_cleanup schedule.
1 parent 5bc04fc commit f84bde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/exports_cleanup.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def initialize
1010

1111
def register(scheduler)
1212
@logger.info "ExportsCleanupJob registered. Will run every hour."
13-
scheduler.cron "* * * * *", &method(:run)
13+
scheduler.cron "0 * * * *", &method(:run)
1414
end
1515

1616
def run

0 commit comments

Comments
 (0)