bank_table
: add max-preemptible-after
column
#553
Labels
commands
related to the flux-accounting commands/bindings
database
related to the flux-accounting database
new feature
new feature
The
bank_table
does not have a way to track a maxpreemptible-after
value for a certain bank. This kind of information is needed to enforce a limit on association-setpreemptible-after
values on their jobs as well as set a default on their job in the case where the association does not set one on their own.Because this might be specific to a bank, its default should be to require no preemption. This would also follow the
preemptible-after
attribute defined in RFC 14.The column in the
bank_table
should be areal
number that has no default value (which would indicate that there is no preemption required for this bank and should retroactively support banks already defined), but when defined, represents:This value should be able to be specified on the command line when first adding a bank as well as be edited after the bank is added.
Tasks
The text was updated successfully, but these errors were encountered: