flux-accounting v0.50.0
Published: Sep 2, 2025 by flux-framework
Download from GitHub here
Release Notes
flux-accounting version 0.50.0 - 2025-09-02
Fixes
-
plugin: improve error message context in job.validate (#712)
-
cmd: remove
--output-file
argument (#716) -
formatter: remove
HierarchyFormatter
class (#717) -
update-fshare
: wrapUPDATE
s in single transaction, enablePRAGMA
s to enable concurrency (#720) -
scrub-old-jobs
: add0
return code on successful runs ofscrub_old_jobs()
(#721) -
update-usage
: condenseSELECT
query to fetch recent job usage factor, use row names, drop unused function arg (#722) -
update-usage
: remove extraSELECT
query in favor of retrieving past job usage information beforehand (#723) -
update-usage
: removeSELECT
query onjobs
table for every association (#725) -
update-usage
: add.rollback()
in case of error (#726) -
github: update crate-ci version (#727)
Features
-
jobs
: add duration fields tojobs
table, return both requested and actual duration inview-job-records
(#718) -
view-job-records
: add filters for requested duration and actual duration injobs
table (#719) -
view-bank
: add-c/--concise
option (#730) -
python: add general utility file for duplicate function definitions, general helper functions (#731)
Testsuite
- testsuite: don’t load deprecated barrier module (#724)