todavía no empezar la recolección automática
This commit is contained in:
parent
245973b519
commit
cc3535097e
1 changed files with 0 additions and 5 deletions
|
@ -48,11 +48,6 @@ module Sutty
|
||||||
|
|
||||||
EmailAddress::Config.error_messages translations.transform_keys(&:to_s), locale.to_s
|
EmailAddress::Config.error_messages translations.transform_keys(&:to_s), locale.to_s
|
||||||
end
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue