加载顺序
This commit is contained in:
@@ -148,9 +148,9 @@ app.configure(ALL_ENVS, 'gm', function () {
|
|||||||
|
|
||||||
app.configure(ALL_ENVS, 'systimer', function () {
|
app.configure(ALL_ENVS, 'systimer', function () {
|
||||||
app.event.on('start_all', async (servers) => {
|
app.event.on('start_all', async (servers) => {
|
||||||
|
redisService.redisSubScribe();
|
||||||
await redisService.initAllRank();
|
await redisService.initAllRank();
|
||||||
await timeTaskService.init();
|
await timeTaskService.init();
|
||||||
redisService.redisSubScribe();
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user