mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 15:35:51 +03:00
[PR #86] [MERGED] added task timeout flag #216
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#216
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/86
Author: @Aaron-K-T-Berry
Created: 7/28/2020
Status: ✅ Merged
Merged: 7/29/2020
Merged by: @ggongaware
Base:
master← Head:master📝 Commits (1)
59bf3b2added task timeout flag📊 Changes
3 files changed (+12 additions, -13 deletions)
View changed files
📝
main.go(+2 -1)📝
proxmox/client.go(+9 -11)📝
proxmox/client_test.go(+1 -1)📄 Description
Adding a flag to set the task timeout for proxmox API calls. I noticed an issue with API calls timing out when cloning templates that where located on slow disks so increasing the timeout for some tasks would be very helpful.
This is my first time writing any go so if I messed anything up just let me know 😄
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.