Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v13.13.2でキューが詰まりやすい(waitingが増えやすい)? #11005

Closed
mattyatea opened this issue Jun 13, 2023 · 4 comments
Closed
Labels
⚠️bug? This might be a bug

Comments

@mattyatea
Copy link
Member

💡 Summary

バージョンを上げてからwaitingが増えるようになった(今まではなかった)
下の画像はinbox
image

🥰 Expected Behavior

watingが減る

🤬 Actual Behavior

watingが多い

📝 Steps to Reproduce

  1. v13.13.2でキューを発生させる

📌 Environment

💻 Frontend

  • Model and OS of the device(s): windows 11 22H2
  • Browser: Firefox 114.0.1
  • Server URL: mattyaski.co
  • Misskey: 13.13.2

🛰 Backend (for server admin)

  • Installation Method or Hosting Service: systemd
  • Misskey: 13.13.2
  • Node: 18.16.0
  • PostgreSQL: 15.3
  • Redis: 7.0.11
  • OS and Architecture: Raspberry pi os (Debian 11 aarch64)
@mattyatea mattyatea added the ⚠️bug? This might be a bug label Jun 13, 2023
@mattyatea
Copy link
Member Author

image
こうやってそこまで多いわけでもないのにwaitingになる

@u1-liquid
Copy link
Contributor

BullMQになってからratelimitの仕様が変わって、redis側で管理するグローバルの値になってるので結構余裕を持って設定してあげないとダメみたいです。
一度ratelimit状態になると、該当するキューの全ての動作が停止し、アクティブだったジョブはwaitに飛ばされます。

@nexryai
Copy link
Contributor

nexryai commented Jun 26, 2023

same hereです。試しにジョブキューのレートを4倍以上にしてみたり逆に半分にしてみたりしましたが少しでも連続で投稿するとwaitingが大量発生して困っています

@tamaina
Copy link
Contributor

tamaina commented Jul 3, 2023

Duplicate of #11000

@tamaina tamaina marked this as a duplicate of #11000 Jul 3, 2023
@tamaina tamaina closed this as not planned Won't fix, can't repro, duplicate, stale Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
None yet
Development

No branches or pull requests

4 participants