Skip to content

Commit

Permalink
Merge pull request #413 from garlick/rfc27_free2
Browse files Browse the repository at this point in the history
rfc27: eliminate sched.free response
  • Loading branch information
mergify[bot] authored Mar 11, 2024
2 parents 9fff9d0 + fc28181 commit f2ea6c3
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 f2ea6c3

Please sign in to comment.