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
The above logic states - if there is an error in creating a resource, and it already exists - do nothing, or fail if otherwise.
If creation is successful - reset the maxRetry counter, this is problematic in the cases where the creation is due to replacement of a failed CR, causing an infinite retry scenario, which is not the intention.
We should evaluate not resetting the counter there and test out various concurrency policies with it.
The text was updated successfully, but these errors were encountered:
instance-manager/controllers/providers/kubernetes/crd.go
Lines 148 to 156 in c0eb25d
The above logic states - if there is an error in creating a resource, and it already exists - do nothing, or fail if otherwise.
If creation is successful - reset the maxRetry counter, this is problematic in the cases where the creation is due to replacement of a failed CR, causing an infinite retry scenario, which is not the intention.
We should evaluate not resetting the counter there and test out various concurrency policies with it.
The text was updated successfully, but these errors were encountered: