canonical / opensearch-operator

OpenSearch operator
Apache License 2.0
9 stars 5 forks source link

[DPE-4224] Remove relation_{joined,changed}.emit() calls #266

Closed phvalguima closed 2 months ago

phvalguima commented 2 months ago

We should replace calls to relation_{joined,changed}.emit() by their end-method's handler. Otherwise we will face situations like #265, where a deferred event constantly gets called up, generates new events which also get deferred and end in a snow ball of deferrals.

Closes #265