mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 12:51:42 +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
|
||||
|
||||
# Lanzar lo antes posible
|
||||
self.priority = 10
|
||||
|
||||
# rubocop:disable Metrics/MethodLength
|
||||
def perform(site, notify: true, time: Time.now, output: false)
|
||||
@output = output
|
||||
|
|
Loading…
Reference in a new issue