mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 10:51:42 +00:00
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
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue