Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil Nurgaliev committed Aug 29, 2023
1 parent bfd42e8 commit 4b6519c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### New Features

* [#888](https://github.com/toptal/chewy/pull/892): Rake task to create all indexes ([@konalegi](https://github.com/konalegi))

### Changes

### Bugs Fixed
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,10 @@ Right now the approach is that if some data had been updated, but index definiti

Also, there is always full reset alternative with `rake chewy:reset`.

#### `chewy:create_missing_indexes`

This rake task creates newly defined indexes in ElasticSearch and skips existing ones. Useful for production like environments.

#### Parallelizing rake tasks

Every task described above has its own parallel version. Every parallel rake task takes the number for processes for execution as the first argument and the rest of the arguments are exactly the same as for the non-parallel task version.
Expand Down

0 comments on commit 4b6519c

Please sign in to comment.