Files
nomad/scheduler
Mahmood Ali 327d461b12 Consider all system jobs for a new node (#11054)
When a node becomes ready, create an eval for all system jobs across
namespaces.

The previous code uses `job.ID` to deduplicate evals, but that ignores
the job namespace. Thus if there are multiple jobs in different
namespaces sharing the same ID/Name, only one will be considered for
running in the new node. Thus, Nomad may skip running some system jobs
in that node.
2021-08-18 09:50:37 -04:00
..
2018-12-06 15:09:26 -08:00
2020-10-19 09:30:15 -04:00
2018-09-15 16:23:13 -07:00
2020-10-19 09:30:15 -04:00
2017-10-13 14:36:02 -07:00
2021-08-03 10:30:47 -04:00