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
With crossplane/crossplane-runtime#372, we have introduced a DesiredStateChanged to the xp runtime, which would filter out status update events.
However, upjet relies on status updates to re-queue after an async operation is completed. We need to fix it and consume DesiredStateChanged predicate.
How could Upjet help solve your problem?
Do not rely on status updates and consume DesiredStateChanged predicate.
The text was updated successfully, but these errors were encountered:
What problem are you facing?
With crossplane/crossplane-runtime#372, we have introduced a
DesiredStateChanged
to the xp runtime, which would filter out status update events.However, upjet relies on status updates to re-queue after an async operation is completed. We need to fix it and consume
DesiredStateChanged
predicate.How could Upjet help solve your problem?
Do not rely on status updates and consume DesiredStateChanged predicate.
The text was updated successfully, but these errors were encountered: