Files
nomad/client
Tim Gross 088e3817b6 client: recreate script checks on Update (#6265)
Splitting the immutable and mutable components of the scriptCheck led
to a bug where the environment interpolation wasn't being incorporated
into the check's ID, which caused the UpdateTTL to update for a check
ID that Consul didn't have (because our Consul client creates the ID
from the structs.ServiceCheck each time we update).

Task group services don't have access to a task environment at
creation, so their checks get registered before the check can be
interpolated. Use the original check ID so they can be updated.
2019-09-05 11:43:23 -04:00
..
2019-01-22 15:44:31 -08:00
2019-03-04 13:37:20 -08:00
2019-04-16 11:22:44 -07:00
2019-01-11 11:36:37 -08:00
2019-05-09 16:49:08 -04:00
2019-01-23 06:27:14 -08:00
2018-10-16 16:53:29 -07:00