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
Related to #269, when a Promise is updated or the Promise pipeline is manually triggered, things in the system may change as a result of this. In #269 , it was the destination selectors. If we allow resource requests to be reconciled while this change occurring we might get odd behaviour, such as:
We could potentially end up running a resource request pipelines with image v0.2.0 and destination selectors env: dev, which is bad. Eventually the resource request would rerun with v0.2.0 and env: prod, but being this in-between state is potentially dangerous.
The text was updated successfully, but these errors were encountered:
Related to #269, when a Promise is updated or the Promise pipeline is manually triggered, things in the system may change as a result of this. In #269 , it was the destination selectors. If we allow resource requests to be reconciled while this change occurring we might get odd behaviour, such as:
Updated to:
We could potentially end up running a resource request pipelines with image
v0.2.0
and destination selectorsenv: dev
, which is bad. Eventually the resource request would rerun withv0.2.0
andenv: prod
, but being this in-between state is potentially dangerous.The text was updated successfully, but these errors were encountered: