Skip to content

MeiliSearch::TimeoutError · The request was not processed in the expected time. execution expired #172

@macwilko

Description

@macwilko

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

Screenshot 2022-07-14 at 11 17 16

Screenshot 2022-07-14 at 11 17 46

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions