-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC20: Need queue
key under scheduling
.
#240
Comments
It feels like introducing an optional |
Wasn't the entire |
@grondo: Yes, but as RFC20 is written:
So I can't have another key under |
Oh, ok. So it really only meant for a graph scheduler (probably should have just been a I don't think users can modify |
Oh. I like that idea. I will change PR #248. This would position us better towards RV2 as well: All we need may be to remove the
The only reason I introduce |
Works for me. I don't think one level extra of depth in the JSON spec makes much difference, and gives us future flexibility. |
As discussed at flux-framework/flux-sched#640 (comment) (item #5), we need the queue name of the job added to
R
. This way, on qmanager reload, itsschedutil
hello callback can use it to find the corresponding queue to insert the job (for queue state reconstruction.)I propose to add this to the level under
scheduling
and make it optional. If the key doesn't exist, the job should be inserted into the default queue.The text was updated successfully, but these errors were encountered: