biobricks / bionet-2

The bionet web app
3 stars 2 forks source link

Index rebuild concurrency issue #84

Open Juul opened 7 years ago

Juul commented 7 years ago

When rebuilding an index we're currently not waiting for the index to finish rebuilding before starting the web app properly. This is great, but what happens when a change occurs in the database before the index is finished building? We need to queue the resulting index on-change events until the first index re-build has completed.