From a2656bf1d1fa220a4a7d688b8f27007f13feab8d Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sat, 4 Jul 2015 01:08:25 +0200 Subject: [PATCH] Moved to execute job all 12 hours. --- db/migrate/20150701000001_add_cleanup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20150701000001_add_cleanup.rb b/db/migrate/20150701000001_add_cleanup.rb index 025ee968f..447a637a4 100644 --- a/db/migrate/20150701000001_add_cleanup.rb +++ b/db/migrate/20150701000001_add_cleanup.rb @@ -14,7 +14,7 @@ class AddCleanup < ActiveRecord::Migration Scheduler.create_or_update( name: 'Delete old online notification entries.', method: 'OnlineNotification.cleanup', - period: 1.day, + period: 12.hours, prio: 2, active: true, updated_by_id: 1,