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

Warning when queue is congested #1693

Open
Didayolo opened this issue Dec 5, 2024 · 0 comments
Open

Warning when queue is congested #1693

Didayolo opened this issue Dec 5, 2024 · 0 comments
Labels
Enhancement Feature suggestions and improvements Post-it Internal ideas

Comments

@Didayolo
Copy link
Member

Didayolo commented Dec 5, 2024

If congestion in the queue detected (e.g. 10+ submissions in "Submitted"):

  • add a warning
  • prevent new submissions?

The "Submitted" count depends on the queue of the competition (including for default queue).

Problem: sometimes it's stuck on "Submitted", even after service restart, so it may be considered congested indefinitely.


Suggestions:

  • Similarly to Limit CPU usage on the default queue #1141, we could limit the "daily submissions limit" for competitions using the default queue
  • Having more workers would be beneficial now that Codabench is widely adopted
  • Should we optimize the queueing / ordering algorithm? Right now it is a simple first-in-first-out, so a single competition can block a whole queue.

Issue following #1446

@Didayolo Didayolo added Enhancement Feature suggestions and improvements Post-it Internal ideas labels Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Feature suggestions and improvements Post-it Internal ideas
Projects
None yet
Development

No branches or pull requests

1 participant