Hacker News new | ask | show | jobs
by misiek08 625 days ago
The way I solved it once was trying to update ES synchronously and if it failed or timeouted - queue event to index the doc. Timeout wasn’t an issue, because double update wasn’t harmful.