mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 11:21:42 +00:00
fix: que no expone este metodo en activejob
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
a58936b22e
commit
79f3958a06
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ class DeployJob < ApplicationJob
|
|||
|
||||
# Lanzar lo antes posible
|
||||
self.priority = 10
|
||||
# Intentar dentro de un minuto
|
||||
self.retry_interval = 60
|
||||
|
||||
def handle_error(error)
|
||||
case error
|
||||
|
|
Loading…
Reference in a new issue