When using the -listenOn StatusCode, the http status code will be returned.
E.g. 429 'Too many requests' is a response which is related to the throttling of the REST API.
The expected http status code would be something different, like 200..204 or 4xx.
However, a 429 is related to the limit of the Azure REST API call per hour (12.000).
There should be a way in combination with -listenOn StatusCode, that the expected status code will be returned and a 429 will lead to a retry as it is the case for -listenOn Content or -listenOn Value.
When using the
-listenOn StatusCode, the http status code will be returned.E.g. 429 'Too many requests' is a response which is related to the throttling of the REST API.
The expected http status code would be something different, like 200..204 or 4xx.
However, a 429 is related to the limit of the Azure REST API call per hour (12.000).
There should be a way in combination with
-listenOn StatusCode, that the expected status code will be returned and a 429 will lead to a retry as it is the case for-listenOn Contentor-listenOn Value.