lifeomic / bitrise

Bitrise API client
MIT License
11 stars 11 forks source link

exponentialDelay doesnt work. #5

Closed lawloretienne closed 5 years ago

lawloretienne commented 5 years ago

I tried adding exponentialDelay like you have done here https://github.com/lifeomic/bitrise/blob/856321bfb712d8dd22d310986536b3d9b20a7128/src/client.js#L14

but the the latest version of the axios-retry package doesnt recognize this. How did you get this to work?

mdlavin commented 5 years ago

Can you say more about " the axios-retry package doesnt recognize this" ? It looks like the current axios-retry documentation has basically the same code in it's README. Is it a bug in axios-retry?

mdlavin commented 5 years ago

I'm going to close this because I believe it should be working. Let me know if you are continuing to see problems