Class: ActiverecordReindex::AsyncAdapter

Inherits:
Adapter
  • Object
show all
Defined in:
lib/activerecord_reindex/async_adapter.rb

Overview

Asyncronouse reindex adapter uses Jobs for reindexing records asyncronously Using ActiveJob as dependency bcs activerecord is required for this so in most cases it would be used with rails hence with ActiveJob later can think about adding support for differnt job adapters

Defined Under Namespace

Classes: MassUpdateJob, UpdateJob

Method Summary

Methods inherited from Adapter

_check_elasticsearch_connection, call