public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH datacenter-manager v2 0/2] improvements for ParallelFetcher
@ 2026-02-06  9:43 Lukas Wagner
  2026-02-06  9:43 ` [PATCH datacenter-manager v2 1/2] parallel fetcher: improve result type ergonomics Lukas Wagner
  2026-02-06  9:43 ` [PATCH datacenter-manager v2 2/2] parallel fetcher: add module documentation Lukas Wagner
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Wagner @ 2026-02-06  9:43 UTC (permalink / raw)
  To: pdm-devel

A couple of improvents for the parallel_fetcher module:
  - inherit log context so that logging in worker tasks works
  - response type improvements, better ergonomics for callers
  - documentation

Changes since v2:
  - Change type names from *Outcome to *Response


proxmox-datacenter-manager:

Lukas Wagner (2):
  parallel fetcher: improve result type ergonomics
  parallel fetcher: add module documentation

 server/src/api/pve/firewall.rs                |  53 +--
 server/src/api/sdn/controllers.rs             |  38 +-
 server/src/api/sdn/vnets.rs                   |  35 +-
 server/src/api/sdn/zones.rs                   |  35 +-
 .../tasks/remote_tasks.rs                     |  33 +-
 server/src/parallel_fetcher.rs                | 333 +++++++++++++-----
 server/src/remote_updates.rs                  |  36 +-
 7 files changed, 340 insertions(+), 223 deletions(-)


Summary over all repositories:
  7 files changed, 340 insertions(+), 223 deletions(-)

-- 
Generated by murpp 0.9.0




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-02-06  9:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-06  9:43 [PATCH datacenter-manager v2 0/2] improvements for ParallelFetcher Lukas Wagner
2026-02-06  9:43 ` [PATCH datacenter-manager v2 1/2] parallel fetcher: improve result type ergonomics Lukas Wagner
2026-02-06  9:43 ` [PATCH datacenter-manager v2 2/2] parallel fetcher: add module documentation Lukas Wagner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal