Merge pull request #5546 from arronzhang/patch-1

Fix: #5443 - resume cron rule when resurrect
This commit is contained in:
Alexandre Strzelewicz 2023-03-15 19:20:00 +01:00 committed by GitHub
commit eb47f717c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,7 @@ God.prepare = function prepare (env, cb) {
}
}
God.clusters_db[env.pm_id] = clu
God.registerCron(env)
return cb(null, [ God.clusters_db[env.pm_id] ])
}