We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This will make two calls to ES for each Item create, and log a lot of failures on the server side.
Options are:
1 - create when the app starts up 2 - try to insert the item and if that gives an index not found exception, try to create it and retry.