We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.algolia.com/doc/api-reference/api-methods/replace-all-objects/#about-this-method says that the method uses tmp index to replace all the information. But the problem that in case of an error tmp index remains and I'm getting an error that too many indices created (1001>1000), so I need to be able to handle an error case. The problem is I'm able to get a list of indices (https://www.algolia.com/doc/api-reference/api-methods/list-indices/), but I don't know which one is created by the error (I'm afraid to remove all of them because worried if any other is still being used by other indexing process).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://www.algolia.com/doc/api-reference/api-methods/replace-all-objects/#about-this-method says that the method uses tmp index to replace all the information. But the problem that in case of an error tmp index remains and I'm getting an error that too many indices created (1001>1000), so I need to be able to handle an error case.
The problem is I'm able to get a list of indices (https://www.algolia.com/doc/api-reference/api-methods/list-indices/), but I don't know which one is created by the error (I'm afraid to remove all of them because worried if any other is still being used by other indexing process).
The text was updated successfully, but these errors were encountered: