mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
default e.getAllPids in executor_basic
This commit is contained in:
@@ -15,3 +15,7 @@ func NewExecutorWithIsolation(logger hclog.Logger) Executor {
|
||||
func (e *UniversalExecutor) configureResourceContainer(_ int) error { return nil }
|
||||
|
||||
func (e *UniversalExecutor) runAs(_ string) error { return nil }
|
||||
|
||||
func (e *UniversalExecutor) getAllPids() (map[int]*nomadPid, error) {
|
||||
return getAllPidsByScanning()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user