mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 17:46:21 +00:00
fix: aumentar la prioridad de las publicaciones
This commit is contained in:
parent
fff499d1f8
commit
71afdc16ae
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ class DeployJob < ApplicationJob
|
||||||
|
|
||||||
discard_on ActiveRecord::RecordNotFound
|
discard_on ActiveRecord::RecordNotFound
|
||||||
|
|
||||||
|
# Lanzar lo antes posible
|
||||||
|
self.priority = 10
|
||||||
|
|
||||||
# rubocop:disable Metrics/MethodLength
|
# rubocop:disable Metrics/MethodLength
|
||||||
def perform(site, notify: true, time: Time.now, output: false)
|
def perform(site, notify: true, time: Time.now, output: false)
|
||||||
@output = output
|
@output = output
|
||||||
|
|
Loading…
Reference in a new issue