You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was discussed in our production meeting today that perhaps flux-accounting should play a role in supporting preemptable jobs in a system instance of Flux. One idea discussed adding attributes to banks so that they only allow preemptable jobs.
Tagging @ryanday36 here to see what additional requirements might be needed that flux-accounting would be able to support.
The content you are editing has changed. Please copy your edits and refresh the page.
I think that what I'd like for this would be a 'max-preempt-after' value for banks. Values would be something like:
-1 (or null or whatever): no preemption required for the bank
0 or a flux standard duration time value: jobs using this bank get --preempt-after this value added unless they've already specified a smaller value of --preempt-after. E.g. if max-preempt-after is set to two hours, jobs that don't set --preempt-after or that set something like --preempt-after=4h will get --preempt-after=2h set, but jobs that set something like --preempt-after=1h would not be changed.
It was discussed in our production meeting today that perhaps flux-accounting should play a role in supporting preemptable jobs in a system instance of Flux. One idea discussed adding attributes to banks so that they only allow preemptable jobs.
Tagging @ryanday36 here to see what additional requirements might be needed that flux-accounting would be able to support.
Tasks
bank_table
: addmax-preemptible-after
column #553max-preempt-after
column #556flux account-priority-update
: addmax-preemptible-after
to bank information sent over to plugin #554preemptible-after
limits, setpreemptible-after
default #555The text was updated successfully, but these errors were encountered: