ejecutar una vez por hora exacto

This commit is contained in:
f 2021-10-09 15:47:42 -03:00
parent 11568e6ce8
commit c927a56bef

View file

@ -16,7 +16,7 @@ class StatCollectionJob < ApplicationJob
#
# XXX: El orden importa, si el descarte viene después, nunca se va a
# reintentar.
retry_on(StatCollectionJob::CrontabException, wait: 1.hour, attempts: Float::INFINITY)
retry_on(StatCollectionJob::CrontabException, wait: 1.hour, attempts: Float::INFINITY, jitter: 0)
COLUMNS = %i[uri].freeze