From cc3535097e4924ed4d1ba87da04be769ba9b1b9e Mon Sep 17 00:00:00 2001 From: f Date: Wed, 20 Oct 2021 12:57:11 -0300 Subject: [PATCH] =?UTF-8?q?todav=C3=ADa=20no=20empezar=20la=20recolecci?= =?UTF-8?q?=C3=B3n=20autom=C3=A1tica?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/application.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/application.rb b/config/application.rb index 4922b74f..7326ae0f 100644 --- a/config/application.rb +++ b/config/application.rb @@ -48,11 +48,6 @@ module Sutty EmailAddress::Config.error_messages translations.transform_keys(&:to_s), locale.to_s end - - # Empezar el recolector de datos en la próxima hora - now = Time.now - next_hour = now.at_beginning_of_hour + 1.hour + 1.minute - StatCollectionJob.perform_in(next_hour - now, once: false) end end end