open-nomad/client/allocrunnerv2/taskrunner
Michael Schurter 0f7dcfdc9a example redis job "runs" on arv2! see below
Tons left to do and lots of churn:
1. No state saving
2. No shutdown or gc
3. Removed AR factory *for now*
4. Made all "Config" structs local to the package they configure
5. Added allocID to GC to avoid a lookup

Really hating how many things use *structs.Allocation. It's not bad
without state saving, but if AllocRunner starts updating its copy things
get racy fast.
2018-10-16 16:53:29 -07:00
..
state Initial V2 alloc runner 2018-10-16 16:53:28 -07:00
task_runner.go example redis job "runs" on arv2! see below 2018-10-16 16:53:29 -07:00
task_runner_getters.go Initial V2 alloc runner 2018-10-16 16:53:28 -07:00
task_runner_hooks.go example redis job "runs" on arv2! see below 2018-10-16 16:53:29 -07:00