Commit f40de4258927821666ffae1df87d4a7064e72d50
1 parent
61a94efb
Exists in
master
and in
21 other branches
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,7 +397,7 @@ There are three strategies for keeping the index synced with your database. | ||
397 | end | 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 | 3. Manual | 402 | 3. Manual |
403 | 403 |