[pdm-devel] [RFC proxmox-datacenter-manager 0/2] Add a helper for fetching from multiple remotes once
Lukas Wagner
l.wagner at proxmox.com
Fri Aug 29 15:29:54 CEST 2025
On Fri Aug 29, 2025 at 2:33 PM CEST, Stefan Hanreich wrote:
> Based on Lukas' patch series, introduce a second helper that executes a given
> callback once per remote instead of once per (remote, node) combination. It uses
> the existing facilities where possible and factors out some common code into
> helpers that can be used by both implementations.
>
> proxmox-datacenter-manager:
>
> Stefan Hanreich (2):
> server: add helper for fetching results from one node per remote
> server: parallel fetcher: refactor: use helpers for common operations
>
> server/src/parallel_fetcher.rs | 144 ++++++++++++++++++++++++++++++---
> 1 file changed, 133 insertions(+), 11 deletions(-)
>
>
> Summary over all repositories:
> 1 files changed, 133 insertions(+), 11 deletions(-)
Just for the record, I will adopt these changes in my patch series which
introduced the helper; I will post a v2 soonish which also includes some
improvements to these changes we discussed off-list.
More information about the pdm-devel
mailing list