flux-accounting v0.48.0
Published: Aug 4, 2025 by flux-framework
Download from GitHub here
Release Notes
flux-accounting version 0.48.0 - 2025-08-01
Features
-
database: add
max_nodescolumn toqueue_table(#695) -
priority-update: send
max_nodes_per_assocto plugin, addmax_nodes_per_assocattribute toQueueclass (#702) -
plugin: add
QueueUsageclass to track an association’s node usage per-queue (#703) -
command: add
edit-all-userscommand (#700) -
plugin: add enforcement of a per-queue max nodes limit (#704)
-
bindings: add
db_version()function, use it across scripts that check DB version (#684) -
view-user: add-J/--job-usageoptional arg (#706)
Fixes
-
update-usage: move one-time SQL query out of
for-loop, combine per-association queries (#680) -
add-user: remove extra.commit()whenINSERT-ing values intoassociation_table(#681) -
plugin: remove unused function arguments from
priority_calculation ()(#687) -
jobs: use fair-share at priority calculation instead of association’s current fair-share (#686) -
flux-accounting service: use
DB_SCHEMA_VERSIONconstant instead of hard-coded value (#683) -
plugin: shorten line that is greater than 80 characters (#696)
-
bindings/: remove job-usage documentation (#705) -
BankFormatter: reduce duplicate traversal code (#676)
