Skip to content

Commit a59bb62

Browse files
author
Sachin Maheshwari
committed
wait for update
1 parent 225cbac commit a59bb62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/ProcessorService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ function * update (message) {
9999
index: config.get('esConfig.ES_INDEX'),
100100
type: config.get('esConfig.ES_TYPE'),
101101
id: message.payload.id,
102+
refresh: 'wait_for',
102103
body: { doc: message.payload }
103104
})
104105

0 commit comments

Comments
 (0)