Moving links to bottom for consistency

This commit is contained in:
Charlie Voiselle 2019-05-09 15:38:43 -04:00
parent 9422fb1bb3
commit 581d8a3599
1 changed files with 6 additions and 6 deletions

View File

@ -6,11 +6,6 @@ description: |-
Learn about Nomad's various schedulers.
---
[Borg]: https://research.google.com/pubs/pub43438.html
[preemption]: /docs/internals/scheduling/preemption.html
[restart]: /docs/job-specification/restart.html
[reschedule]: /docs/job-specification/reschedule.html
# Schedulers
Nomad has three scheduler types that can be used when creating your job:
@ -65,4 +60,9 @@ See [preemption] for details on how tasks that get preempted are chosen.
System jobs will be considered failed by Nomad upon failure or exit, **except
when preempted**, regardless of exit code and handled according to the
job's [restart] and [reschedule] stanzas.
job's [restart] and [reschedule] stanzas.
[Borg]: https://research.google.com/pubs/pub43438.html
[preemption]: /docs/internals/scheduling/preemption.html
[restart]: /docs/job-specification/restart.html
[reschedule]: /docs/job-specification/reschedule.html