Skip to content

Commit

Permalink
wait for update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin Maheshwari committed Mar 8, 2021
1 parent 225cbac commit a59bb62
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 a59bb62

Please sign in to comment.