mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 11:31:41 +00:00
fix: renovar el token #13105
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
`touch` no corre `before_save`, con lo que el token nunca se renovaba
This commit is contained in:
parent
8f1c38b8fc
commit
6e56778768
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class RenewDistributedPressTokensJob < ApplicationJob
|
|||
# detener la tarea si algo pasa.
|
||||
def perform
|
||||
DistributedPressPublisher.with_about_to_expire_tokens.find_each do |publisher|
|
||||
publisher.touch
|
||||
publisher.save
|
||||
rescue DistributedPress::V1::Error => e
|
||||
data = { instance: publisher.instance, expires_at: publisher.client.token.expires_at }
|
||||
|
||||
|
|
Loading…
Reference in a new issue