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

Not working on Nest 8 #23

Open
adshrc opened this issue Sep 15, 2023 · 0 comments
Open

Not working on Nest 8 #23

adshrc opened this issue Sep 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@adshrc
Copy link

adshrc commented Sep 15, 2023

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:

  1. Install this dependency on Nest.js 8.0.6
  2. Try to send a request, that will return status 500 (e.g. on https://webhook.site set the default status to 500)
  3. 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
@benhason1 benhason1 added the bug Something isn't working label Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants