Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminating namespace polling for each resource during restore #8234

Open
anshulahuja98 opened this issue Sep 20, 2024 · 0 comments · May be fixed by #8233
Open

Terminating namespace polling for each resource during restore #8234

anshulahuja98 opened this issue Sep 20, 2024 · 0 comments · May be fixed by #8233
Assignees
Labels

Comments

@anshulahuja98
Copy link
Collaborator

EnsureNamespaceExistsAndIsReady

Problem: During restore for every resource within the namespace, we are calling the check to await on if namespace exists (wait for 10 min polling). For instance, if we have 100 resources in a namespace that itself is in terminating state for very long then it impacts the restore flow to get stuck/halt and it too increases the time to restore as it does it for each resource in the same namespace.

Originally posted by @mayankagg9722 in #7516 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants