open-nomad/client/allocrunner/taskrunner
Michael Schurter 6580ed668e client: don't redownload completed artifacts on retries
Track the download status of each artifact independently so that if only
one of many artifacts fails to download, completed artifacts aren't
downloaded again.
2019-02-20 08:45:12 -08:00
..
getter
interfaces
restarts
state move cstructs.DeviceNetwork to drivers pkg 2019-01-08 09:11:47 -05:00
template Fix env templates having interpolated destinations 2019-01-28 10:28:53 -08:00
artifact_hook.go client: don't redownload completed artifacts on retries 2019-02-20 08:45:12 -08:00
artifact_hook_test.go client: don't redownload completed artifacts on retries 2019-02-20 08:45:12 -08:00
device_hook.go
device_hook_test.go
dispatch_hook.go
dispatch_hook_test.go use drivers.FSIsolation 2019-01-08 09:11:47 -05:00
driver_handle.go executor: implement streaming stats API 2019-01-12 12:18:22 -05:00
errors.go client: artifact errors are retry-able 2019-02-20 07:21:27 -08:00
errors_test.go client: artifact errors are retry-able 2019-02-20 07:21:27 -08:00
lazy_handle.go executor: implement streaming stats API 2019-01-12 12:18:22 -05:00
lifecycle.go Rename TaskKillHook to TaskPreKillHook to more closely match usage 2019-01-22 09:41:21 -06:00
logmon_hook.go Driver tests do not use hcl2/hcl, hclspec, or hclutils 2019-01-22 15:43:34 -08:00
logmon_hook_test.go
service_hook.go consul: fix task deregistration hook 2019-02-12 15:36:02 -08:00
service_hook_test.go consul: fix task deregistration hook 2019-02-12 15:36:02 -08:00
stats_hook.go tr: use context in as select statement 2019-01-22 20:11:39 -05:00
stats_hook_test.go executor: implement streaming stats API 2019-01-12 12:18:22 -05:00
task_dir_hook.go Fix usage of fsi variable 2019-01-29 14:07:55 -08:00
task_runner.go simplify hcl2 parsing helper 2019-02-04 11:07:57 -08:00
task_runner_getters.go Improve Kill handling on task runner 2019-01-08 16:42:26 -08:00
task_runner_hooks.go client: artifact errors are retry-able 2019-02-20 07:21:27 -08:00
task_runner_test.go client: artifact errors are retry-able 2019-02-20 07:21:27 -08:00
template_hook.go
validate_hook.go
validate_hook_test.go
vault_hook.go
vault_hook_test.go