Commit bc11688ead4d11114f67123ddab0beaa47da66aa
1 parent
95623047
Exists in
master
and in
1 other branch
Added note about zero downtime deployment for conversions - #1555 [skip ci]
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -687,6 +687,8 @@ Reindex and set up a cron job to add new conversions daily. |
687 | 687 | rake searchkick:reindex CLASS=Product |
688 | 688 | ``` |
689 | 689 | |
690 | +**Note:** For zero downtime deployment, temporarily set `conversions: false` in your search calls until the data is reindexed. | |
691 | + | |
690 | 692 | This can make a huge difference on the quality of your search. |
691 | 693 | |
692 | 694 | For a more performant way to reindex conversion data, check out [performant conversions](#performant-conversions). | ... | ... |