tire_async_index
tire_async_index copied to clipboard
Prevent to try and update the index on destroy for ActiveRecord
Destroying an ActiveRecord object enqueues two jobs : a delete job triggered by before_destroy and an update job triggered by after_commit. This is not expected.