issues
search
softonic
/
axios-retry
Axios plugin that intercepts failed requests and retries them whenever possible
Other
1.9k
stars
167
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Incompatible architecture error when running model
#290
jgilewski-kone
closed
1 day ago
1
Feature suggestion: retrying success flows
#289
JPPereira123
opened
1 week ago
1
Doesn't retry POST requests with 429 error status
#288
Chipe1
opened
2 weeks ago
1
Number of retries depending on the type of error
#287
astoff
opened
1 month ago
0
Improve README and code comprehensibility
#286
Sidnioulz
opened
1 month ago
0
feat: add linearDelay for retryDelay option
#285
yutak23
closed
3 months ago
6
Fix lastRequestTime being always the original request time
#284
obscurecat64
closed
4 months ago
2
lastRequestTime is incorrect in 4.x but correct in 3.x
#283
gitSambhal
closed
4 months ago
0
It looks like the onMaxRetryTimesExceeded function is not triggered
#282
hoekstrajan
opened
4 months ago
1
Retry post request
#281
eldoy
opened
4 months ago
1
Duplicated URL params
#280
petrprikryl
opened
4 months ago
5
Clear abort listener
#279
michal-billtech
closed
5 months ago
2
Abort during retry causes uncaught exception
#278
finbargp
closed
5 months ago
3
FormData not work
#277
DokiDoki1103
opened
5 months ago
1
Introduce "axiosRetry.linearDelay"
#276
bennycode
closed
3 months ago
0
Exponential delay has unnecessary final sleep
#275
jakeleventhal
closed
5 months ago
2
Axios-retry swallows the error response
#274
lm-dlukmanov
closed
5 months ago
3
Feature/respect abort signal
#273
michal-billtech
closed
5 months ago
3
Support retry on 200 response
#272
obscurecat64
closed
6 months ago
14
Attach a unique id with request
#271
jinujd
opened
6 months ago
0
Retry on 429, and handle Retry-After header
#270
ctranstrum
closed
6 months ago
1
Do we still need `fixConfig`?
#269
dprevost-LMI
opened
7 months ago
0
feat: abortable retry delay
#268
xpirt
closed
5 months ago
5
Provide option to trigger retry from successful (200) response in Axios's response interceptors
#267
zhen-one
closed
6 months ago
4
Add onMaxRetryTimesExceeded option
#266
yutak23
closed
8 months ago
1
[Feature request]onMaxRetryTimesExceeded to allow user to emit a custom error after retries done
#265
yutak23
closed
8 months ago
0
Combining `axios-retry` with other interceptors
#264
arnaudbuchholz-sap
closed
9 months ago
1
How to handle errors
#263
alexblack
closed
9 months ago
2
Retry not working on HTTP 502
#262
aloysius-tim
opened
10 months ago
3
Module parse failed: Unexpected token (24:20)
#261
Haunth
opened
10 months ago
1
feat: add disableOtherResponseInterceptors option
#260
yutak23
opened
11 months ago
5
TypeError: axiosRetry is not a function in v4.0.0
#259
nodegin
closed
4 months ago
11
docs: update import method in cjs
#258
yutak23
closed
12 months ago
0
Requiring cjs is broken since the last version (4.0.0)
#257
hilsenrat
closed
12 months ago
0
fix: export IAxiosRetryConfig and so on
#256
yutak23
closed
1 year ago
0
fix: has no call signatures
#255
yutak23
closed
1 year ago
0
Inconsistent Behavior of `isNetworkOrIdempotentRequestError` Function
#254
meirkeller
closed
1 year ago
1
feat: migrate to typescript
#253
mindhells
closed
12 months ago
12
fix: enable name import
#252
yutak23
closed
1 year ago
1
[TypeScript]Unable to import names
#251
yutak23
closed
1 year ago
2
feat: export of type definitions, depending on whether it is ES Module or CommonJS
#250
yutak23
closed
1 year ago
4
feat: export of type definitions
#249
yutak23
closed
1 year ago
1
feat: expose axios-retry options in error object
#248
alexandre-abrioux
closed
1 year ago
3
feat: onRetry support for async function
#247
yutak23
closed
1 year ago
4
Success axios interceptors fired multiple times
#246
lavagri
opened
1 year ago
8
docs: Flesh out security policy
#245
achesin
closed
1 year ago
1
Create a Security Policy
#244
achesin
closed
1 year ago
1
What is the initial retry delay
#243
Stevemoretz
closed
1 year ago
5
All retries have timeout of 1ms set despite not being set anywhere that way
#242
canpoyrazoglu
opened
1 year ago
3
fix: ESM default import `This expression is not callable`
#241
yutak23
closed
1 year ago
3
Next