Skip to content
  • Grzegorz Bizon's avatar
    Avoid race condition when expiring artifacts · 22ef0668
    Grzegorz Bizon authored
    It may happen that job meant to remove expired artifacts will be
    executed asynchronously when, in the meantime, project associated with
    given build gets removed by another asynchronous job. In that case we
    should not remove artifacts because such build will be removed anyway,
    when project removal is complete.
    22ef0668