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

Implement a operation waiter #13

Open
MeNsaaH opened this issue Feb 6, 2021 · 2 comments
Open

Implement a operation waiter #13

MeNsaaH opened this issue Feb 6, 2021 · 2 comments

Comments

@MeNsaaH
Copy link
Owner

MeNsaaH commented Feb 6, 2021

Some resources return an object that should be queried in future to determine if an operation was successful or not. An OperationWaiter struct should be implemented and used to query for operation status. It should also allow setting a timeout argument which will cancel/close request after a specific timeout.

@deven96
Copy link
Collaborator

deven96 commented Feb 18, 2021

What resources for instance return objects to be queried @MeNsaaH

@MeNsaaH
Copy link
Owner Author

MeNsaaH commented Feb 19, 2021

Mostly VMs (EC2, EKS, GCP Compute, GKE). You can take an adapt

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

No branches or pull requests

2 participants