We're seeing an issue where an abort during a retry causes an uncaught exception which is bringing our server down. We believe this may have been introduced by https://github.com/softonic/axios-retry/pull/273 as it has only started happening since then.
An example test to reproduce this (based on existing should clear timeout if started test) is below:
This is currently failing with an uncaught exception.
Can someone please have a look?
Please let me know if you need any further information.
We're seeing an issue where an abort during a retry causes an uncaught exception which is bringing our server down. We believe this may have been introduced by https://github.com/softonic/axios-retry/pull/273 as it has only started happening since then.
An example test to reproduce this (based on existing
should clear timeout if started
test) is below:This is currently failing with an uncaught exception.
Can someone please have a look?
Please let me know if you need any further information.