aml-compute
aml-compute copied to clipboard
Ashishonce/integration test
adding processioning on machine
It seems like when two delete request go in short span , the resource is still under deletion process. It looks like that might cause a problem.
When a delete request is sent, it takes sometime for it to reflect. if another workflow runs to create the resource and delete the resource, it will create issue. One way to solve is to create the cluster with a random name and use it to delete.
Let me look at this on the weekend.