• Kamil Trzciński's avatar
    Improve build contention · b6c7c198
    Kamil Trzciński authored
    Introduce a temporary lock on a resource
    allowing us to quickly skip build from the
    queue instead of performing an expensive
    database optimistic lock status transition
    
    This should reduce a rate of runners competing
    for the same resource, but still allowing
    them to recover right after
    b6c7c198
ci_temporary_lock.yml 83 Bytes