-
Notifications
You must be signed in to change notification settings - Fork 613
Closed
Description
This question was not clearly answered in this issue: #308 and it's the only resource I've found that addresses the overall question about concurrency issues with elastic search.
So, definitively, is indices.refresh
a blocking method? By that I mean does indices.refresh block the executing thread until its operation finished - like sleep
(http://apidock.com/ruby/Kernel/sleep) does, for example.
Like the dev in the issue mentioned above, I'm having issues obtaining fresh data in real time. If indices.refresh
isn't a viable solution to concurrency issues, what is?
Metadata
Metadata
Assignees
Labels
No labels