You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add AsyncOperationInProgress to ExternalObservation
When AsyncOperationInProgress is true, the managed reconciler sets
Synced=False with reason ReconcilePending instead of ReconcileSuccess.
This prevents a false Synced=True signal during long-running async
operations (e.g. MSK cluster instance type changes).
Fixes#941
Signed-off-by: Aj Nye <aj.nye@appian.com>
0 commit comments