Похожие чаты

I am trying to make API call after some delay

with 3-5 secs but it fails everytime any idea why it is happening? Any suggestions for improvement?
async function foo(account_id, id, oauth_access_token) {
return new Promise((resolve, reject) => {
setTimeout(async () => {
const result = await axios.post(`API`)
resolve(result);
}, 5000);
});
}

8 ответов

7 просмотров

Show logs / errors so we can see hints

import { setTimeout } from 'timers/promises'; async function foo(account_id, id, oauth_access_token) { await setTimeout(5000); return await axios.post(`API`); }

Adi- Автор вопроса
Adi- Автор вопроса

just wanted to know in this code where should I add reject?

Adi- Автор вопроса
Thomas
import { setTimeout } from 'timers/promises'; asy...

this worked fine. One thing I would like to ask. If file size is less than 1mb then after 5secs upload works fine i.e axios post request. But for large file size 5 secs is not enough so I increased it to 10sec and worked fine. How should I decide about timing i.e msecs???

Adi
just wanted to know in this code where should I ad...

setTimeout(function () { axios.post(`API`).then(resolve, reject); }, 5000);

Похожие вопросы

Обсуждают сегодня

@LGCYMan @JustinKKW Q/A List 1. this part confuses me on #8: "From there, a bridge between erc20 LGXY and erc20 LGXY will be out once that swap is closed." does this mean ...
Sig | LGCY | BattleVerse L1 | BitWin
1
Did @Beeker really get banned? That's ridiculous. He's one of the few left here with half a brain and you might not always like his narrative @dgb_ycagel , but he often keeps ...
Leroy Gerrits
1
Anyone here suffers from unexplained aural migraines, who would be up for talking for a bit? Doesn't *have* to be aural, but I am not asking about headaches, I mean actual mi...
Martin Rys
55
async login(req: Request, res: Response, next: NextFunction): Promise<void> { try { const { errors, input } = await RequestValidator(LoginRequest, req.body...
. .
1
Я тут за тем, чтобы задать вопрос, так как не знаю ассемблер, учу с/с++. Короче, насколько дорога операция перехода в функцию при ее вызове? Дело в том, что в с++ есть макросы...
Максим Рябцев
12
А какие чаты вообще в ходу? Auto aim? И что еше
do you think you're better off alone? А
13
A couple thoughts from a random internet stranger: 1. If you want this project to gain traction you cannot keep being negative. If I just came here after finding out about Kd...
Eric Wild
46
hello friends. Do you know how can I learn getx? I have a software project that I should deliver it up to 5 weeks later and I need to learn firebase too. I will be thankfull
AmirHossein Razavi
15
Привет, нужен совет старших товарищей. Есть глобальная переменная var DefaultDataFolder:string; инициализируем DefaultDataFolder:='a:\_OUT\'; есть примитивная процедур...
Max Otto
14
We heading to 1.1$ 🤔?
CryptoBo$$
35
Карта сайта