Comment from @ellismg.
When I was writing the automated tests for the function deployment I noticed there was a delay between the provision and being able to deploy to the function.
This isn't great (the check code itself and the need for the check) so we should take a look and see if we can improve this.
If anything it'd be nice to use an API to do the check, rather than just continually launching and failing in the CLI since we don't differentiate failures there so we could be retrying on something very silly.
Originally posted by @ellismg in #460 (comment)
Comment from @ellismg.
When I was writing the automated tests for the function deployment I noticed there was a delay between the provision and being able to deploy to the function.
This isn't great (the check code itself and the need for the check) so we should take a look and see if we can improve this.
If anything it'd be nice to use an API to do the check, rather than just continually launching and failing in the CLI since we don't differentiate failures there so we could be retrying on something very silly.
Originally posted by @ellismg in #460 (comment)