**Description** When I disable Meilisearch using the active parameter: ``` Meilisearch::Rails.configuration = { ... active: false } ``` It is not completely disabled. It still triggers the background jobs if the enqueue option is set: `meilisearch enqueue: :trigger_sidekiq_job` **Expected behavior** It should not trigger the background job. **Current behavior** It triggers the background job. **Environment (please complete the following information):** - OS: Ubuntu - Meilisearch server version: 1.11.0 - meilisearch-rails version: 0.14.2