We had an error that occurred when two deploys were triggered pretty much simultaneously which in turn triggered an error:
Error [ValidationError]: Stack:arn:aws:cloudformation:[stack] is in UPDATE_IN_PROGRESS state and can not be updated
So I found that you can set wait and stack-update-complete in cloudformation to wait before trying to update.
But how am I to use it with the CDK deploy cli?