-
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