0

I'm using express-gateway in order to authenticate and proxy request to third party service. I want to restart the pipeline if i'm getting specific error for the proxied request. I is possible?

Shiran Amiel
  • 21
  • 1
  • 3

1 Answers1

0

Currently no, there's no way to "restart" a pipeline. The only way is basically re-perform the request.

If you can explain a little bit more your use case maybe there's another solution for that. What are you trying to accomplish?

Vincenzo
  • 1,549
  • 1
  • 9
  • 17