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

feat: allow not waiting for actions #833

Open
jooola opened this issue Aug 7, 2024 · 0 comments
Open

feat: allow not waiting for actions #833

jooola opened this issue Aug 7, 2024 · 0 comments
Labels

Comments

@jooola
Copy link
Member

jooola commented Aug 7, 2024

TL;DR

In some use cases, waiting for actions to complete does not make sens, for example deleting a server can be done in a fire and forget manner to prevent waiting too long the resource are deleted.

We proposed users to put the process in the background to continue with their scripts, but this can lead to multiple problems:

  • We do not have the information if the actions that we created, was actually created without error.
  • We have inconsistent behavior when deleting resources in batches, the first 10 will have the expected behavior, but the rest of the resources will still have to wait for the first batch to complete.

Related issues

Expected behavior

Provide a --no-wait flag to bypass any actions waiting logic in our commands.

@jooola jooola added the feature label Aug 7, 2024
@phm07 phm07 changed the title Allow not waiting for actions feat: allow not waiting for actions Aug 30, 2024
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.

1 participant