-
Notifications
You must be signed in to change notification settings - Fork 894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: don't over reconcile on error #4005
fix: don't over reconcile on error #4005
Conversation
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Published E2E Test Results 4 files 4 suites 3h 12m 35s ⏱️ For more details on these failures, see this check. Results for commit 62e79f5. ♻️ This comment has been updated with latest results. |
Published Unit Test Results2 293 tests 2 293 ✅ 2m 59s ⏱️ Results for commit 62e79f5. ♻️ This comment has been updated with latest results. |
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small typo
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* fix: don't over reconcile on error Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * fix: don't send rollout context on field error Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * fix: cleanup comments Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * fix: cleanup comments Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * fix typo Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> --------- Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
This change keeps the logic working the same way as it did in 1.7.x where we did not return any errors on validation issues because we re-queue at 20 seconds instead. There are some interesting logic issues here that have existed for ever that I commented some possible improvement's on but have not done.