flux-framework / rfc

Flux RFC project
https://flux-framework.readthedocs.io/projects/flux-rfc/
7 stars 13 forks source link

RFC 27: consider adding flags to alloc request #423

Open grondo opened 1 month ago

grondo commented 1 month ago

In flux-framework/flux-core#5739 there is a proposal to add a flag to preemptible/standby jobs. A scheduler can then use this flag to determine if a job may be canceled to make way for a higher priority job. However, currently flags are not shared with the scheduler, which would have to read the submit event to get the flags.

We should consider adding flags to the alloc request (which contains most of the rest of the submit event context).