Skip to content

Commit

Permalink
Merge pull request #18 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
Hotfix: Fix for existing ES update issue
  • Loading branch information
sachin-maheshwari authored Mar 9, 2021
2 parents 181b925 + a59bb62 commit 271396c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/ProcessorService.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ function * update (message) {
index: config.get('esConfig.ES_INDEX'),
type: config.get('esConfig.ES_TYPE'),
id: message.payload.id,
refresh: 'wait_for',
body: { doc: message.payload }
})

Expand Down

0 comments on commit 271396c

Please sign in to comment.