algoliasearch-rails icon indicating copy to clipboard operation
algoliasearch-rails copied to clipboard

Algolia raises and rolls back on `destroy` even when `raise_on_failure: false`

Open maxbeizer opened this issue 7 years ago • 0 comments

I've created an example app and detailed it more in an issue on that app:

https://github.com/maxbeizer/algo_raise/issues/1

The tl;dr is: I want to disengage Algoliasearch with an ENV VAR. When disengaged (i.e. the app is not configured), destroy calls to an AR-backed model still raise, even when raise_on_failure: false is set.

maxbeizer avatar Jun 14 '17 16:06 maxbeizer