Description
When creating records within the Rails app connected to a Meilisearch instance that is not responding correctly, transactions fail.
I have configured a Rails app with a misconfigured Meilisearch instance that's not responding.
I have specified raise_on_failure to be false:
meilisearch sanitize: true, raise_on_failure: false, enqueue: :trigger_meilisearch_job do
Expected behavior
When configured with raise_on_failure: false, I expect Transactions not to throw exceptions.
Current behavior
Transactions fail with MeiliSearch::TimeoutError
Screenshots or Logs

