Skip to content

Commit

Permalink
Remove unused creation failure counter
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Parraga <[email protected]>
  • Loading branch information
Sovietaced committed Jun 11, 2024
1 parent bd2f9a8 commit b405226
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ type State struct {
// level retries, just errors from hitting API, inside the sync loop
SyncFailureCount int `json:"syncFailureCount,omitempty"`

// In creating the resource, this is the number of failures
CreationFailureCount int `json:"creationFailureCount,omitempty"`

// The time the execution first requests for an allocation token
AllocationTokenRequestStartTime time.Time `json:"allocationTokenRequestStartTime,omitempty"`

Expand Down

0 comments on commit b405226

Please sign in to comment.