Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Original statusCode of request is lost in case of error #74

Open
abelsalgadoromeroWD opened this issue Sep 7, 2020 · 1 comment
Open

Comments

@abelsalgadoromeroWD
Copy link

Docs state that statusCode in container is the status code of the response (https://weekendesk.github.io/nodegate/docs/the-container.html). But also that in case of error it is set to 500 (https://weekendesk.github.io/nodegate/docs/errors-management.html).

We have validated it and it has the problem that if we want to act on the status code or just log it, we can't. For example retry in case of 429.
Is there a way to obtain it?

@Shudrum
Copy link
Contributor

Shudrum commented Nov 3, 2020

Oh, it may not be an issue.

The problem is not that you didn't reveive the http status code of the error, the problem is that the workflow is stopped?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants