misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
10.12k stars 1.38k forks source link

”BRIEF_REQUEST_INTERVAL”がサーバー側のログに出ているが内容がないよう #14937

Open fruitriin opened 2 weeks ago

fruitriin commented 2 weeks ago

💡 Summary

引っかかっているエンドポイントとユーザーidあたりの情報にほしい

🥰 Expected Behavior

引っかかっているエンドポイントとユーザーidあたりの情報にほしい と思ったがこれは Redisに起因するログらしい? このメッセージを吐いてのはこいつ https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/src/server/api/RateLimiterService.ts#L7

https://www.npmjs.com/package/ratelimiter

Redisが原因であるならば、このメッセージはRedisの性能限界に達している旨をログから知りたい

🤬 Actual Behavior

Nov 10 19:30:56 gamelore misskey[1116953]: {
Nov 10 19:30:56 gamelore misskey[1116953]:   code: 'BRIEF_REQUEST_INTERVAL',
Nov 10 19:30:56 gamelore misskey[1116953]:   info: { remaining: 0, reset: 1731238256, resetMs: 1731238256139,  total: 1 }
Nov 10 19:30:56 gamelore misskey[1116953]: }

📝 Steps to Reproduce

No response

💻 Frontend Environment

* Model and OS of the device(s):
* Browser:
* Server URL:
* Misskey:

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service: オンプレ
* Misskey: 2024.10.2-alpha.2-MISTEMS.14 (でもかなり昔から)
* Node: v20.13.1
* PostgreSQL:
* Redis: redis-cli 7.4.0
* OS and Architecture: #129-Ubuntu SMP Fri Aug 2 19:25:20 UTC 2024

Do you want to address this bug yourself?