1. 06 Jul, 2021 1 commit
    • Shinya Maeda's avatar
      Define deduplication strategy in Resource Group Worker · d26139b3
      Shinya Maeda authored
      Currently, the AssignResourceFromResourceGroupWorker
      doesn't have any deduplication strategies, so that
      multiple jobs with the same argument could be scheduled
      simulteniously, which is suspected as a cause of race condition.
      This commit adds `until_executed` deduplication strategy
      to prevent multiple jobs from running on the same
      resource group.
      
      Changelog: fixed
      d26139b3
  2. 05 Jul, 2021 39 commits