Merge pull request MisskeyIO#320 from disable-QueueStatsService

perf(StatsService): QueueStatsServiceが動作しないように
This commit is contained in:
まっちゃとーにゅ 2024-01-05 18:33:10 +09:00 committed by GitHub
commit b1650805a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -91,7 +91,7 @@
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"blurhash": "2.0.5", "blurhash": "2.0.5",
"body-parser": "1.20.2", "body-parser": "1.20.2",
"bullmq": "4.12.7", "bullmq": "5.1.1",
"cacheable-lookup": "7.0.0", "cacheable-lookup": "7.0.0",
"cbor": "9.0.1", "cbor": "9.0.1",
"chalk": "5.3.0", "chalk": "5.3.0",

View file

@ -24,8 +24,8 @@ export async function server() {
if (process.env.NODE_ENV !== 'test') { if (process.env.NODE_ENV !== 'test') {
app.get(ChartManagementService).start(); app.get(ChartManagementService).start();
app.get(QueueStatsService).start(); // app.get(QueueStatsService).start();
app.get(ServerStatsService).start(); // app.get(ServerStatsService).start();
} }
return app; return app;

View file

@ -153,8 +153,8 @@ importers:
specifier: 1.20.2 specifier: 1.20.2
version: 1.20.2 version: 1.20.2
bullmq: bullmq:
specifier: 4.12.7 specifier: 5.1.1
version: 4.12.7 version: 5.1.1
cacheable-lookup: cacheable-lookup:
specifier: 7.0.0 specifier: 7.0.0
version: 7.0.0 version: 7.0.0
@ -9861,8 +9861,8 @@ packages:
dependencies: dependencies:
node-gyp-build: 4.6.0 node-gyp-build: 4.6.0
/bullmq@4.12.7: /bullmq@5.1.1:
resolution: {integrity: sha512-wigDuI8dyzY1jaUZLrwMp0L7t2glp0eErnRCYlVwi56DUWYSrzrOB3Vz8SaAmpc3Ro5dS4mBwt7RDJG3jiuJKA==} resolution: {integrity: sha512-j3zbNEQWsyHjpqGWiem2XBfmxAjYcArbwsmGlkM1E9MAVcrqB5hQUsXmyy9gEBAdL+PVotMICr7xTquR4Y2sKQ==}
dependencies: dependencies:
cron-parser: 4.8.1 cron-parser: 4.8.1
glob: 8.1.0 glob: 8.1.0