Process lifecycle management

This commit is contained in:
2024-10-02 11:18:36 +08:00
parent f66f144f2e
commit ae12eb2a15
9 changed files with 221 additions and 13 deletions

View File

@@ -15,8 +15,5 @@ func InitializeWarden(regions []*Region) {
// Hot swap
warden.InstancePool = pool
for _, instance := range warden.InstancePool {
instance.Wake()
}
warden.StartPool()
}