Skip to content

Warning when queue is congested #1693

@Didayolo

Description

@Didayolo

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

  • add a warning
  • add a confirmation pop-up when trying to make a new submission

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementFeature suggestions and improvementsP1High priority

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions