Merge pull request #10261 from colinux/ignore-search-terms-2
Tech (perf): ignore les `search_terms` colonnes pour ne plus les select à chaque query et debounce l'indexation
This commit is contained in:
commit
c2b1d7aaaf
25 changed files with 336 additions and 175 deletions
|
@ -44,7 +44,7 @@ if Rails.env.production? && SIDEKIQ_ENABLED
|
|||
self.queue_adapter = :sidekiq
|
||||
end
|
||||
|
||||
class DossierUpdateSearchTermsJob < ApplicationJob
|
||||
class DossierIndexSearchTermsJob < ApplicationJob
|
||||
self.queue_adapter = :sidekiq
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue