chore(sidekiq): ProcedureExternalURLCheckJob on sidekiq
This commit is contained in:
parent
533ce8d7ba
commit
981b3fa4ff
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue