5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 05:44:16 +00:00

fix: aumentar la prioridad de las publicaciones

This commit is contained in:
f 2023-03-29 15:41:11 -03:00
parent fff499d1f8
commit 71afdc16ae

View file

@ -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