Skip to content

Commit 271396c

Browse files
author
sachin-maheshwari
authored
Merge pull request #18 from topcoder-platform/develop
Hotfix: Fix for existing ES update issue
2 parents 181b925 + a59bb62 commit 271396c

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)