Merge pull request MisskeyIO#320 from disable-QueueStatsService
perf(StatsService): QueueStatsServiceが動作しないように
This commit is contained in:
commit
b1650805a6
|
@ -91,7 +91,7 @@
|
|||
"bcryptjs": "2.4.3",
|
||||
"blurhash": "2.0.5",
|
||||
"body-parser": "1.20.2",
|
||||
"bullmq": "4.12.7",
|
||||
"bullmq": "5.1.1",
|
||||
"cacheable-lookup": "7.0.0",
|
||||
"cbor": "9.0.1",
|
||||
"chalk": "5.3.0",
|
||||
|
|
|
@ -24,8 +24,8 @@ export async function server() {
|
|||
|
||||
if (process.env.NODE_ENV !== 'test') {
|
||||
app.get(ChartManagementService).start();
|
||||
app.get(QueueStatsService).start();
|
||||
app.get(ServerStatsService).start();
|
||||
// app.get(QueueStatsService).start();
|
||||
// app.get(ServerStatsService).start();
|
||||
}
|
||||
|
||||
return app;
|
||||
|
|
|
@ -153,8 +153,8 @@ importers:
|
|||
specifier: 1.20.2
|
||||
version: 1.20.2
|
||||
bullmq:
|
||||
specifier: 4.12.7
|
||||
version: 4.12.7
|
||||
specifier: 5.1.1
|
||||
version: 5.1.1
|
||||
cacheable-lookup:
|
||||
specifier: 7.0.0
|
||||
version: 7.0.0
|
||||
|
@ -9861,8 +9861,8 @@ packages:
|
|||
dependencies:
|
||||
node-gyp-build: 4.6.0
|
||||
|
||||
/bullmq@4.12.7:
|
||||
resolution: {integrity: sha512-wigDuI8dyzY1jaUZLrwMp0L7t2glp0eErnRCYlVwi56DUWYSrzrOB3Vz8SaAmpc3Ro5dS4mBwt7RDJG3jiuJKA==}
|
||||
/bullmq@5.1.1:
|
||||
resolution: {integrity: sha512-j3zbNEQWsyHjpqGWiem2XBfmxAjYcArbwsmGlkM1E9MAVcrqB5hQUsXmyy9gEBAdL+PVotMICr7xTquR4Y2sKQ==}
|
||||
dependencies:
|
||||
cron-parser: 4.8.1
|
||||
glob: 8.1.0
|
||||
|
|
Loading…
Reference in a new issue