mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-21 04:15:02 +00:00
The current HTTP timeout tests had two problems. * Binding to port 9200-9300 * The first request to hit was having a delay, the other ones had not, so if any other component hit the test inbetween (likely in a CI env), the HTTP request from the test itself will not be delayed. Both cases are fixed in this commit. Original commit: elastic/x-pack-elasticsearch@d696e020cc
= Elasticsearch Watcher Plugin This plugins adds conditioned scheduled tasks features to elasticsearch - such a task is called a `Watch`. You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.