Skip to content

Http status code 429 'Too many requests' support of a re-try with the '-listenOn StatusCode'-parameter #55

@kaiaschulz

Description

@kaiaschulz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions