-
Notifications
You must be signed in to change notification settings - Fork 71
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
ABC155B/ABC155Dが落ちる #186
Comments
ABC155B
原因は |
kyuridenamida
added a commit
that referenced
this issue
Feb 16, 2020
kyuridenamida
added a commit
that referenced
this issue
May 16, 2020
kyuridenamida
added a commit
that referenced
this issue
May 16, 2020
kyuridenamida
added a commit
that referenced
this issue
May 16, 2020
* 整数判定において、先頭が0だったり、文字数が20以上だったらFalseにするように (#172) * 整数判定において、先頭が0だったり、文字数が20以上だったらFalseにするように * answer.txtを変更 * test_mod_caseをstringに * Makes gen command retry with exponential backoff (#174) Previously, gen command retries with fixed delay of 1.5 seconds indefinitely. It could hurt the service especially when they are experiencing overloaded traffic. This patch changes the retry strategy with exponential backoff starting from 1.5 seconds to 60 seconds at maximum. The gen commands aborts by EnvironmentInitializationError exception after 10 attempts. * #186 Support \dots in input formats (#187) * C++言語アップデートへの対応 (#191) * Fix cpp language configs * Update atcodertools/common/language.py Co-authored-by: DNEK <[email protected]> Co-authored-by: Kazuma Mikami <[email protected]> Co-authored-by: DNEK <[email protected]> * Pythonの言語アップデートに対応 (#192) * Fix crash in new judgement using Python * Fix bugs of Python2 submissions in old judgement Co-authored-by: Matts966 <[email protected]> * 新しい言語のバージョンに対応 (#196) * 新しい言語のバージョンに対応 * gen, submitを新しいのに対応 * Fix regexps Co-authored-by: Kazuma Mikami <[email protected]> * Fix style * Update mock pages * Fix submissions * Fix flake8 Co-authored-by: chaemon <[email protected]> Co-authored-by: Yuki Hamada <[email protected]> Co-authored-by: Takaaki Hirano <[email protected]> Co-authored-by: DNEK <[email protected]> Co-authored-by: Matts966 <[email protected]> Co-authored-by: Matts966 <[email protected]>
chaemon
added a commit
to chaemon/atcoder-tools
that referenced
this issue
May 11, 2021
* 整数判定において、先頭が0だったり、文字数が20以上だったらFalseにするように (kyuridenamida#172) * 整数判定において、先頭が0だったり、文字数が20以上だったらFalseにするように * answer.txtを変更 * test_mod_caseをstringに * Makes gen command retry with exponential backoff (kyuridenamida#174) Previously, gen command retries with fixed delay of 1.5 seconds indefinitely. It could hurt the service especially when they are experiencing overloaded traffic. This patch changes the retry strategy with exponential backoff starting from 1.5 seconds to 60 seconds at maximum. The gen commands aborts by EnvironmentInitializationError exception after 10 attempts. * kyuridenamida#186 Support \dots in input formats (kyuridenamida#187) * C++言語アップデートへの対応 (kyuridenamida#191) * Fix cpp language configs * Update atcodertools/common/language.py Co-authored-by: DNEK <[email protected]> Co-authored-by: Kazuma Mikami <[email protected]> Co-authored-by: DNEK <[email protected]> * Pythonの言語アップデートに対応 (kyuridenamida#192) * Fix crash in new judgement using Python * Fix bugs of Python2 submissions in old judgement Co-authored-by: Matts966 <[email protected]> * 新しい言語のバージョンに対応 (kyuridenamida#196) * 新しい言語のバージョンに対応 * gen, submitを新しいのに対応 * Fix regexps Co-authored-by: Kazuma Mikami <[email protected]> * Fix style * Update mock pages * Fix submissions * Fix flake8 Co-authored-by: chaemon <[email protected]> Co-authored-by: Yuki Hamada <[email protected]> Co-authored-by: Takaaki Hirano <[email protected]> Co-authored-by: DNEK <[email protected]> Co-authored-by: Matts966 <[email protected]> Co-authored-by: Matts966 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
reported by @chaemon
The text was updated successfully, but these errors were encountered: