microsoft / typed-rest-client

Node Rest and Http Clients with typings for use with TypeScript
Other
675 stars 118 forks source link

Enable retries on some 500 codes on reads #134

Closed damccorm closed 5 years ago

damccorm commented 5 years ago

This should enable https://github.com/Microsoft/azure-devops-node-api/issues/288 to be done more easily

stephenmichaelf commented 5 years ago

I think we have tests for redirect, can we add some for this too?

damccorm commented 5 years ago

Good call, added a test which actually caught an issue!

stephenmichaelf commented 5 years ago

Looks like tests are failing.

damccorm commented 5 years ago

From offline discussion, this is a separate known issue with tests timing out and can be ignored.

damccorm commented 5 years ago

Accidentally merged this, has since been reverted and moved to #137