Skip to content

Commit

Permalink
Update internal/controller/runtime/fsm/runtime_fsm_delete_shoot.go
Browse files Browse the repository at this point in the history
Co-authored-by: Przemyslaw Golicz <przemyslaw.golicz@sap.com>
  • Loading branch information
m00g3n and koala7659 authored Jul 5, 2024
1 parent 5ddd2fe commit 11041fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func sFnDeleteShoot(ctx context.Context, m *fsm, s *systemState) (stateFn, *ctrl
"False",
"Gardener API delete error",
)
return updateStatusAndRequeue()
return updateStatusAndRequeueAfter(gardenerRequeueDuration)
}

return updateStatusAndRequeueAfter(gardenerRequeueDuration)
Expand Down

0 comments on commit 11041fd

Please sign in to comment.