ejecutar una vez por hora exacto
This commit is contained in:
parent
11568e6ce8
commit
c927a56bef
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class StatCollectionJob < ApplicationJob
|
||||||
#
|
#
|
||||||
# XXX: El orden importa, si el descarte viene después, nunca se va a
|
# XXX: El orden importa, si el descarte viene después, nunca se va a
|
||||||
# reintentar.
|
# 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
|
COLUMNS = %i[uri].freeze
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue