Age | Commit message (Collapse) | Author |
|
* If elasticsearch server is down, or the configuration variables are
not provided at startup or in a configuration file, then do not allow
the system to simply crash, but instead, inform the user that they
cannot use the services that depend on elasticsearch to be running.
|
|
* Elasticsearch need a short delay after adding document for it to index
the document for subsequent access.
|
|
* On successful login via OAuth2, save the details of the user in
elasticsearch store, to avoid hitting the external provider for the
basic details.
|
|
* Collect variables and functions for using the elasticsearch system in
a separate module.
|