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 when an error is returned from Konnect on updating an entity, controller will return error to trigger a requeue of the reconcile request. If the entity is invalid and "validation error" (HTTP status code is 400) is returned, controller will also try to retry to update it.
Proposed Solution
Parse the error returned from Konnect and stop endless requeueing if the error implies that the entity is invalid.
...
Additional Information
...
Acceptance Criteria
Can stop requeueing of entities that is rejected by Konnect because its field is invalid
The text was updated successfully, but these errors were encountered:
Problem Statement
Currently when an error is returned from Konnect on updating an entity, controller will return error to trigger a requeue of the reconcile request. If the entity is invalid and "validation error" (HTTP status code is 400) is returned, controller will also try to retry to update it.
Proposed Solution
Parse the error returned from Konnect and stop endless requeueing if the error implies that the entity is invalid.
...
Additional Information
...
Acceptance Criteria
The text was updated successfully, but these errors were encountered: