You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: