Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Here, we move allCaps from static initializers to being called on demand as needed. This is needed to simplify reasoning around `init()` ordering handling along with executor `init()` command handler. Also, given that an executor is responsible for starting a single container/task, inlining the call doesn't add significant overhead and eliminates initializing overhead in nomad and driver processes.
- Loading branch information