Adds TryCatch to StopTrigger, continuing if fails#404
Adds TryCatch to StopTrigger, continuing if fails#404henriquebrisola wants to merge 1 commit intoAzure-Player:masterfrom
Conversation
|
In the first instance, I would like to understand why you are experiencing this error ("concurrent operations")? |
|
Unfortunately I don't know why this happens, no one should be changing anything directly in production, more than one deploy on master could happen, but I guess it is rare. Maybe some api is changing the trigger status. I not aware of all other projects happening wihtin the company that might influence on this, so my choice is to solve by code. |
|
Did you try to set |
|
No, but continue is the default value and there is no other value set for it. |
Hello,
I am having an issue sometimes that if one of the triggers fails to be stopped, the whole deploy operation fails.
Can we please add this simple try/catch to solve this issue?
We might even add a number of tries in the future.