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 · 1 comment
Open

feat: allow not waiting for actions #833

jooola opened this issue Aug 7, 2024 · 1 comment

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
Copy link
Contributor

This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs.

@github-actions github-actions bot added the stale label Nov 29, 2024
@jooola jooola added pinned and removed stale labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant