chore(sidekiq): ProcedureExternalURLCheckJob on sidekiq

This commit is contained in:
Colin Darie 2024-01-29 15:42:55 +01:00
parent 533ce8d7ba
commit 981b3fa4ff

View file

@ -13,5 +13,9 @@ if Rails.env.production? && sidekiq_enabled
class DossierRebaseJob < ApplicationJob
self.queue_adapter = :sidekiq
end
class ProcedureExternalURLCheckJob < ApplicationJob
self.queue_adapter = :sidekiq
end
end
end