Message-ID: <162389636.8903.1711706010236.JavaMail.confluence@host3.pipelinefx.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8902_1097964501.1711706010236" ------=_Part_8902_1097964501.1711706010236 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html First Come, First Served (FCFS)

First Come, First Served (FCFS)

The queue algorithm is a simple first-in, first-out system. Jobs= are queued out in the order in which they are submitted. In this queuing s= cheme, jobs are sorted by their IDs, so jobs with lower IDs will be dispatc= hed to run before jobs with higher IDs.

=20
=20 Icon=20
=20

If priority and cluster specification are the same, the job ID will be u= sed to determine priority as the ultimate "tiebreaker."

=20
=20
------=_Part_8902_1097964501.1711706010236--