Skip to content
  • Tomáš Pecka's avatar
    server: Implement multiple queues for multiple task types · 7834cecb
    Tomáš Pecka authored
    At first I thought that only one queue with multiple msg types should
    suffice but now I realized we need more queues. If EvaluateGraph queue
    is busy with long tasks, the potential Algorithm Listing task would be
    vastly delayed. Even if the Algorithm Listing task was a high priority
    one, one could still wait too long for that (and this would be a nice
    and easy way to DoS us).
    7834cecb