- Kill running agents before replace - Retry copy with backoff while locked - Reuse syscall callbacks at package scope - Add callback regression test
6 lines
83 B
Go
6 lines
83 B
Go
//go:build !windows
|
|
|
|
package instance
|
|
|
|
func KillOtherAgents() error { return nil }
|