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: let user await task completion #388

Open
Tinyblargon opened this issue Dec 6, 2024 · 0 comments · May be fixed by #389
Open

Feat: let user await task completion #388

Tinyblargon opened this issue Dec 6, 2024 · 0 comments · May be fixed by #389
Assignees
Labels
type/feature Completely new functionality.

Comments

@Tinyblargon
Copy link
Collaborator

Currently when we make API calls that start a long running task in PVE we await the completion of this task in the same function that started it.
This causes issues with fixing Telmate/terraform-provider-proxmox#1136

These functions should return an object that can be used to await the completion of this task.

@Tinyblargon Tinyblargon added the type/feature Completely new functionality. label Dec 6, 2024
@Tinyblargon Tinyblargon self-assigned this Dec 6, 2024
@Tinyblargon Tinyblargon linked a pull request Dec 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Completely new functionality.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant