Amir Keivan Mohtashami
Amir Keivan Mohtashami
If I am not mistaken, calling a delete handler multiple times will not only have performance impact but it also will break atomicity. AFAIK, it is not unusual to have...
The following line was intended to make sure the full results are displayed in analysis mode. https://github.com/cms-dev/cms/blob/91366d87c0c728d22e1ec30e26b09f45dfb120a8/cms/server/contest/templates/submission_row.html#L35 However it fails if you make all the testcases public because then the...
I think a script would be much more suitable for this purpose. This feature is most likely used by developers and putting it in AWS might be confusing. Also, ultimately...
You may use this script when you want to use the same task in two or more contests. For example for training purposes or contest's analysis mode(Although hopefully I'll try...
Batching can help a bit but the problem is still there. At full load, workers still reach out to ES almost at the same time and ES becomes a bottleneck...