algolia / gatsby-plugin-algolia

A plugin to push to Algolia based on graphQl queries
https://yarn.pm/gatsby-plugin-algolia
Apache License 2.0
177 stars 45 forks source link

add await to setSettings call #38

Closed johndaskovsky closed 5 years ago

johndaskovsky commented 5 years ago

This fixes #37

Without the await, the setSettings call sometimes succeeded before the moveIndex and sometimes did not. This race condition caused irregular updates to indices.