Retry on POST request #1883
Unanswered
nraj-willow
asked this question in
Q&A
Replies: 1 comment
-
This is not discussions. Please try a little harder next time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like to discuss?
Hi,
I am wondering if retries are supported in case of POST requests or not, Documentation does not lists Post in supported methods.
If retry is supported, is there any extra configuration needs or is it all by default, Also is retry in exponential backoff mode?
The way I am using
const got = require('got');
const response = await got.post(url, params);
...
Checklist
Beta Was this translation helpful? Give feedback.
All reactions