opensearch-project / reporting

Export and automate PNG, PDF, and CSV reports in OpenSearch Dashboards
https://opensearch.org/docs/latest/dashboards/reporting/
Apache License 2.0
28 stars 64 forks source link

Review Usages of actionGet API Call #969

Open ps48 opened 5 months ago

ps48 commented 5 months ago

Describe the bug Review usages of actionGet API calls so that this API if being called in a single threaded pool should use timeouts or should be called asynchronously.

PR in security analytics plugin: https://github.com/opensearch-project/security-analytics/pull/703

Sample Usage in Dashboards: https://github.com/opensearch-project/dashboards-notebooks/blob/9e80bc020e516be04965e2fe1582a40f1d21b56b/opensearch-notebooks/src/main/kotlin/org/opensearch/notebooks/index/NotebooksIndex.kt#L94

We should review all such usages.