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
Currently we are setting the status of order to failed as soon as the deployment fails. The frontend then does not know that the order is actually being currently rolled back. So if the rollback fails, the frontend does not has this information. It instead assumes that the order process is completed since the order status is failed already.
Do not set the status of the order to FAILED immediately
Wait for rollback to be completed.
After that set FAILED.
The text was updated successfully, but these errors were encountered:
Currently we are setting the status of order to failed as soon as the deployment fails. The frontend then does not know that the order is actually being currently rolled back. So if the rollback fails, the frontend does not has this information. It instead assumes that the order process is completed since the order status is failed already.
The text was updated successfully, but these errors were encountered: