Alerting team plugins to use synchronous setup and start functions #74395
Labels
Feature:Actions
Feature:Alerting
R&D
Research and development ticket (not meant to produce code, but to make a decision)
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
The platform team is working on making the plugin lifecycle not block Kibana on start up (https://github.com/elastic/kibana/blob/master/rfcs/text/0007_lifecycle_unblocked.md). This would force plugin developers to make
setup
andstart
synchronous functions before the last 7.x minor (7.14 so far).We should go over the plugins we own and make the plugin functions synchronous.
There are also timeouts within the
setup
andstart
functions that is already implemented; <7.10 is 30s and 7.10+ is 10s.The text was updated successfully, but these errors were encountered: