You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Its not re-trying. I see that the first request reaches my endpoint (i've set it to always return status 500), but there are no subsequent requests reaching it. I've also downgraded the version to multiple older ones, even 1.0.0 is not woking. Always the same behaviour - no retries at all.
To Reproduce
Steps to reproduce the behavior:
Install this dependency on Nest.js 8.0.6
Try to send a request, that will return status 500 (e.g. on https://webhook.site set the default status to 500)
See that it is not retrying
Expected behavior
Should retry requests that end up with status 500
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Nest.js 8.0.6
Node.js 14.19.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Its not re-trying. I see that the first request reaches my endpoint (i've set it to always return status 500), but there are no subsequent requests reaching it. I've also downgraded the version to multiple older ones, even 1.0.0 is not woking. Always the same behaviour - no retries at all.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should retry requests that end up with status 500
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: