Hello.
This ticket wants to be a follow up of the (partial) fix provided with #5298.
As discussed in there, the solution provided doesn't solve the N+M (N instances of the UI open, M instances of SBA server available) calls to the health endpoint completely, but it just reduces it.
In #5298 (comment) has been described a potential solution to this which doesn't imply changing the model of the STATUS_UPDATED event (even if personally I would, because it's way simpler and more manageable) and this ticket is here to implement it as requested by @ulischulte in #5298 (comment).
Hello.
This ticket wants to be a follow up of the (partial) fix provided with #5298.
As discussed in there, the solution provided doesn't solve the
N+M(N instances of the UI open, M instances of SBA server available) calls to the health endpoint completely, but it just reduces it.In #5298 (comment) has been described a potential solution to this which doesn't imply changing the model of the
STATUS_UPDATEDevent (even if personally I would, because it's way simpler and more manageable) and this ticket is here to implement it as requested by @ulischulte in #5298 (comment).