flux-framework / flux-core

core services for the Flux resource management framework
GNU Lesser General Public License v3.0
168 stars 50 forks source link

sched-simple: add support for preemptible-after attribute #6446

Open garlick opened 1 week ago

garlick commented 1 week ago

Problem: there is no support for testing the preemptible-after attribute in core.

As suggested in flux-framework/flux-sched#1034 the simple scheduler could implement a preemption proof of concept by raising a fatal exception on preemptible jobs that are preventing non-preemptible jobs from running.