forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inject initial "not reported" to prevent blocking
/api/status
(elas…
…tic#173371) ## Summary Addresses elastic/kibana-team#697 The endpoint is currently waiting for all statuses to be reported. [Recent changes](elastic#172268) are causing the `pluginsStatus$` Observable to take longer to emit first value. This PR injects a "status not reported" to prevent the different status Observables from blocking calls to the `/api/status` enpdoint.
- Loading branch information
1 parent
73d0a46
commit 2d72a38
Showing
2 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters