[PR #86] [MERGED] added task timeout flag #216

Closed
opened 2026-02-28 00:41:15 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Telmate/proxmox-api-go/pull/86 **Author:** [@Aaron-K-T-Berry](https://github.com/Aaron-K-T-Berry) **Created:** 7/28/2020 **Status:** ✅ Merged **Merged:** 7/29/2020 **Merged by:** [@ggongaware](https://github.com/ggongaware) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`59bf3b2`](https://github.com/Telmate/proxmox-api-go/commit/59bf3b228a007a28d50c9799dd42132f36c46c05) added task timeout flag ### 📊 Changes **3 files changed** (+12 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `main.go` (+2 -1) 📝 `proxmox/client.go` (+9 -11) 📝 `proxmox/client_test.go` (+1 -1) </details> ### 📄 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 😄 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:15 +03:00
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#216
No description provided.