Files
nomad/scheduler
Tim Gross abd3a2b846 multiregion: use pending instead of paused
The `paused` state is used as an operator safety mechanism, so that they can
debug a deployment or halt one that's causing a wider failure. By using the
`paused` state as the first state of a multiregion deployment, we risked
resuming an intentionally operator-paused deployment because of activity in a
peer region.

This changeset replaces the use of the `paused` state with a `pending` state,
and provides a `Deployment.Run` internal RPC to replace the use of the
`Deployment.Pause` (resume) RPC we were using in `deploymentwatcher`.
2020-06-17 11:06:14 -04:00
..
2018-12-06 15:09:26 -08:00
2017-07-07 12:03:11 -07:00
2020-05-01 13:13:30 -04:00
2018-09-15 16:23:13 -07:00
2020-05-01 13:38:46 -04:00
2018-03-28 12:26:28 -05:00
2017-10-13 14:36:02 -07:00
2020-05-27 15:02:01 -04:00
2020-03-21 16:51:10 -04:00