fix(job): missed changed queues

This commit is contained in:
Colin Darie 2024-10-10 11:24:01 +02:00
parent fc37bbaa4a
commit c48ad8c003
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
class APIEntreprise::Job < ApplicationJob
DEFAULT_MAX_ATTEMPTS_API_ENTREPRISE_JOBS = 5
queue_as :api_entreprise
queue_as :default
# BadGateway could mean
# - acoss: réessayer ultérieurement

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
class Migrations::BackfillStableIdJob < ApplicationJob
queue_as :low_priority
queue_as :low
DEFAULT_LIMIT = 50_000