From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: pdm-devel@lists.proxmox.com, Lukas Wagner <l.wagner@proxmox.com>
Subject: applied: [PATCH datacenter-manager v2 0/6] fix #7639: task cache: consider running tasks when updating the cutoff timestamp
Date: Sat, 20 Jun 2026 00:16:44 +0200 [thread overview]
Message-ID: <178190740179.1802090.14713560637331897766.b4-ty@b4> (raw)
In-Reply-To: <20260615125823.193288-1-l.wagner@proxmox.com>
On Mon, 15 Jun 2026 14:58:17 +0200, Lukas Wagner wrote:
> At the moment, PDM only polls finished tasks from remote nodes.
>
> Considering two tasks:
> A: starts at 100, ends at 300
> B: starts ad 150, ends at 200
>
> If PDM polls the node at t = 250, it would see that B has finished and
> update the cutoff timestamp for the next poll to 150. However, since A
> has a starttime of 100, and the cutoff determines the minimum starttime
> of tasks to retrieve from the remote via the API, PDM would never fetch
> task A, leading to gaps in the task archive.
>
> [...]
Applied, thanks!
[1/6] pdm-api-types: task-cache: add NativeUpid::node() convenience getter
commit: 22ea4d98e578f22c799f7471a82bb87863a8fada
[2/6] task cache: tests: allow to provide an explicit end time in 'task' helper
commit: a93e137d55cd1822d3ca61c87b3e1effbbcb7fbf
[3/6] task cache: tests: add get_cutoff helper
commit: 8113c4727abf54265b062a54d5d80252b3d467cf
[4/6] task cache: tests: add 'make_cache' convenience helper
commit: 9536a4babb664db4dc1eb56128115597e8c78425
[5/6] fix #7639: task cache: consider running tasks when updating the cutoff timestamp
commit: 6663f77c6c3d5011af36ea0616a799d63139195d
[6/6] task cache: poll known active tasks every 30 seconds
commit: 284cdaa8348a5477500144029f1fc8f2dacb7b8a
prev parent reply other threads:[~2026-06-19 22:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-15 12:58 [PATCH datacenter-manager v2 0/6] fix #7639: task cache: consider running tasks when updating the cutoff timestamp Lukas Wagner
2026-06-15 12:58 ` [PATCH datacenter-manager v2 1/6] pdm-api-types: task-cache: add NativeUpid::node() convenience getter Lukas Wagner
2026-06-15 12:58 ` [PATCH datacenter-manager v2 2/6] task cache: tests: allow to provide an explicit end time in 'task' helper Lukas Wagner
2026-06-15 12:58 ` [PATCH datacenter-manager v2 3/6] task cache: tests: add get_cutoff helper Lukas Wagner
2026-06-15 12:58 ` [PATCH datacenter-manager v2 4/6] task cache: tests: add 'make_cache' convenience helper Lukas Wagner
2026-06-15 12:58 ` [PATCH datacenter-manager v2 5/6] fix #7639: task cache: consider running tasks when updating the cutoff timestamp Lukas Wagner
2026-06-15 12:58 ` [PATCH datacenter-manager v2 6/6] task cache: poll known active tasks every 30 seconds Lukas Wagner
2026-06-19 22:16 ` Thomas Lamprecht [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178190740179.1802090.14713560637331897766.b4-ty@b4 \
--to=t.lamprecht@proxmox.com \
--cc=l.wagner@proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox