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 25c4cad commit 5ddd2fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func sFnDeleteShoot(ctx context.Context, m *fsm, s *systemState) (stateFn, *ctrl
return updateStatusAndRequeue()
}

return updateStatusAndRequeue()
return updateStatusAndRequeueAfter(gardenerRequeueDuration)
}

func isGardenerCloudDelConfirmationSet(a map[string]string) bool {
Expand Down

0 comments on commit 5ddd2fe

Please sign in to comment.