We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
想定される状況・問題
配信を管理するプログラムに関わらず、リクエスト条件に一致するか否かはリクエスト受付システムに丸投げしている
提案したい解決案・改善策
デフォルトでリクエスト内容を審査する。設定で無力化(リクエストは無条件受付)できるようにする
その他の解決方法・プランB
抽選後、キューに入る際に検査するような実装のほうが処理数は少なくなるが、抽選当選数が一定にならない
補遺
See also: nucosen/requester-bot#2
一度に複数件の動画審査を行う場合の、外部APIへの負荷を考慮しなければならない。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
想定される状況・問題
配信を管理するプログラムに関わらず、リクエスト条件に一致するか否かはリクエスト受付システムに丸投げしている
提案したい解決案・改善策
デフォルトでリクエスト内容を審査する。設定で無力化(リクエストは無条件受付)できるようにする
その他の解決方法・プランB
抽選後、キューに入る際に検査するような実装のほうが処理数は少なくなるが、抽選当選数が一定にならない
補遺
See also: nucosen/requester-bot#2
一度に複数件の動画審査を行う場合の、外部APIへの負荷を考慮しなければならない。
The text was updated successfully, but these errors were encountered: