Open
Description
This is a research issue because we have a few things that we will need to investigate before we actually try this
Open issues
- if we run the indexing process twice are we guaranteed to override the existing indexes? or is there a risk that we will create orphaned indexes?
- is it "safe" to configure this to automatically run on merge to master? or should we configure it to run on tag?
- if we can't rely on running the process twice overriding the existing indexes then we should implement a way to clear an index for a specific version. We should try to do this in as few operations as possible without nuking any of the older index versions 👍