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

Support priorities for compilation queue #292

Open
dkirienko opened this issue Jan 13, 2024 · 1 comment
Open

Support priorities for compilation queue #292

dkirienko opened this issue Jan 13, 2024 · 1 comment
Milestone

Comments

@dkirienko
Copy link
Contributor

Как я понимаю, сейчас очередь компиляции не учитывает приоритеты тестирования задач.

В результате возникает ситуация, что при большом перетестировании (ручном), производимом одновременно с возможной сдачей решений участниками, решение участника хотя и тестируется с более высоким приоритетом, может слишком долго проходить очередь компиляции.

Предлагается для очереди компиляции использовать такие же приоритеты, как и для очереди тестирования задач.

@blackav blackav changed the title Реализовать систему приоритетов для очереди компиляции Support priorities for compilation queue Jan 14, 2024
@blackav blackav added this to the 3.13.0 milestone Jul 24, 2024
@blackav
Copy link
Owner

blackav commented Aug 16, 2024

Проверил, по факту все так и происходит: при компиляции действуют те же приоритеты, что и при тестировании потом.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants