Skip to content

Create indexes at startup rather than upon every item or collection creation attempt #43

Closed
@philvarner

Description

@philvarner

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions