madswolf / Devoops

A C# repository for the Devops course at ITU
MIT License
3 stars 0 forks source link

Test ReplaceIfAlive script by forcing things to fail (rename, reassign, alive) #18

Closed madswolf closed 2 years ago

madswolf commented 2 years ago

Seems that this script has a problem with concurrency, as two parallel runs caused both the production and the temp/staging droplet to go down. This needs further investigation, but for now we will not let multiple pr's merge in short succession, causing the deploy to be run concurrently.