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
仕様かバグかわからずで質問になってしまい恐縮なのですが、当日マニュアル には
初期化処理の実行 POST /initialize(最大 60 秒) 整合性チェック (数秒~数十秒) 負荷走行(60 秒)
とあり、 初期化処理と整合性はそれぞれでタイムアウトが設けられているように見えるのですが、実装は以下のようにInitializeRequestTimeout でタイムアウトを設定したctxがValidationScenarioに渡されていて整合性チェックの完了まで含めて60秒のタイムアウトが設定されていそうに見えます。
InitializeRequestTimeout
ctx
ValidationScenario
isucon12-final/benchmarker/scenario.go
Lines 38 to 75 in d31d92c
この状態だとinitializeが60秒以内にレスポンスを返しても、60秒ぎりぎりだと整合性チェック中にタイムアウトになってしまうことがあるのではないかと思っていますが、意図した挙動でしょうか
The text was updated successfully, but these errors were encountered:
No branches or pull requests
仕様かバグかわからずで質問になってしまい恐縮なのですが、当日マニュアル には
とあり、 初期化処理と整合性はそれぞれでタイムアウトが設けられているように見えるのですが、実装は以下のように
InitializeRequestTimeout
でタイムアウトを設定したctx
がValidationScenario
に渡されていて整合性チェックの完了まで含めて60秒のタイムアウトが設定されていそうに見えます。isucon12-final/benchmarker/scenario.go
Lines 38 to 75 in d31d92c
この状態だとinitializeが60秒以内にレスポンスを返しても、60秒ぎりぎりだと整合性チェック中にタイムアウトになってしまうことがあるのではないかと思っていますが、意図した挙動でしょうか
The text was updated successfully, but these errors were encountered: