edbe62a879
Fixes #2891 Previously the agent services and checks were being asynchrously deregistered on shutdown, so it was a race between the sync goroutine deregistering them and Nomad shutting down. This switches to synchronously deregister agent serivces and checks which doesn't really have a downside since the sync goroutines retry behavior doesn't help on shutdown anyway. |
||
---|---|---|
.. | ||
catalog_testing.go | ||
client.go | ||
int_test.go | ||
script.go | ||
script_test.go | ||
unit_test.go |