Skip to content

Commit

Permalink
move rebase jobs to sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSim committed Dec 7, 2023
1 parent f27ef80 commit d8d036c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/initializers/transition_to_sidekiq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ class ActiveStorage::PurgeJob < ActiveStorage::BaseJob
class VirusScannerJob
self.queue_adapter = :sidekiq
end

class DossierRebaseJob < ApplicationJob
self.queue_adapter = :sidekiq
end
end
end

0 comments on commit d8d036c

Please sign in to comment.