Define deduplication strategy in Resource Group Worker
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
Showing
Please register or sign in to comment