move all the api_entreprise_job to sidekiq

This commit is contained in:
simon lehericey 2024-04-09 14:22:02 +02:00
parent c8a64f8057
commit db8c595aca
No known key found for this signature in database
GPG key ID: CDE670D827C7B3C5

View file

@ -58,7 +58,7 @@ if Rails.env.production? && SIDEKIQ_ENABLED
self.queue_adapter = :sidekiq
end
class APIEntreprise::EntrepriseJob < APIEntreprise::Job
class APIEntreprise::Job < ApplicationJob
self.queue_adapter = :sidekiq
end
end