Skip to content

Commit

Permalink
rfc27: eliminate sched.free response
Browse files Browse the repository at this point in the history
Problem: sched.free requires a response, but this adds complexity
to the job manager and has little benefit.

Code that drops the sched.free response from flux-core is proposed
in flux-framework/flux-core#5786.

Drop the free response.
  • Loading branch information
garlick committed Mar 11, 2024
1 parent 9fff9d0 commit fc28181
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions spec_27.rst
Original file line number Diff line number Diff line change
Expand Up @@ -603,23 +603,7 @@ Example:
Upon receipt of the ``sched.free`` request, the scheduler SHOULD mark the
job's resources as available for reuse.

Once the ``sched.free`` request has been processed by the scheduler, it SHALL
send a response with payload consisting of a JSON object with the following
REQUIRED key:

id
(integer) job ID

Example:

.. code:: json
{
"id": 1552593348
}
After the ``sched.free`` response, the request is complete and may be
retired by the job manager and scheduler.
There is no response.

Finalization
============
Expand Down

0 comments on commit fc28181

Please sign in to comment.