From: Lennart Poettering Date: Wed, 8 Jan 2025 21:24:39 +0000 (+0100) Subject: update TODO X-Git-Tag: v258-rc1~1662 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=268d39d18afc51e2f56aaaecb530915ba983e38e;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 7127b3ecfe0..627875818e7 100644 --- a/TODO +++ b/TODO @@ -122,6 +122,19 @@ Deprecations and removals: Features: +* account number of units currently in activating/active/deactivating state in + each slice, and expose this as a property of the slice, given this is a key + metric of the resource management entity that a slice is. (maybe add a 2nd + metric for units assigned to the slice, that also includes those with pending + jobs) + +* maybe allow putting a "soft" limit on the number concurrently active units in + a slice, as per the previous item. When the limit is reached delay further + activations until number is below the threshold again, leaving the unit in + the job queue. Thus, multiple resource intensive tasks can be scheduled as + units in the same slice and they will be executed with an upper limit on + concurrently running tasks. + * importd: introduce a per-user instance, that downloads into per-user DDI dirs * sysupdated: similar