Mentions légales du service

Skip to content
  • BAIRE Anthony's avatar
    fix possible starvation in the job events streamer · 2a9489fe
    BAIRE Anthony authored
    `rep.drain() `is potentially blocking, thus it should not be called
    while the condition is locked (within the `async with cond`).
    
    The starvation could happen if two clients are listening to the same
    job and one of them has a low bandwidth and the job is producing lots
    of logs (yeah that makes many ands, i know ;-)
    2a9489fe