[GH-ISSUE #388] Feat: let user await task completion #100

Open
opened 2026-02-28 00:40:34 +03:00 by kerem · 0 comments
Owner

Originally created by @Tinyblargon on GitHub (Dec 6, 2024).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/388

Originally assigned to: @Tinyblargon on GitHub.

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 https://github.com/Telmate/terraform-provider-proxmox/issues/1136

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

Originally created by @Tinyblargon on GitHub (Dec 6, 2024). Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/388 Originally assigned to: @Tinyblargon on GitHub. 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 https://github.com/Telmate/terraform-provider-proxmox/issues/1136 These functions should return an object that can be used to await the completion of this task.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#100
No description provided.