Commit f40de4258927821666ffae1df87d4a7064e72d50

Authored by Andrew Kane
1 parent 61a94efb

Added note about queue name - closes #577

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -397,7 +397,7 @@ There are three strategies for keeping the index synced with your database.
397 397 end
398 398 ```
399 399  
400   - And [install Active Job](https://github.com/ankane/activejob_backport) for Rails 4.1 and below
  400 + And [install Active Job](https://github.com/ankane/activejob_backport) for Rails 4.1 and below. Jobs are added to a queue named `searchkick`.
401 401  
402 402 3. Manual
403 403  
... ...