Hi all,
When I call “GET /1/stats/accounts/:account_id” a lot of time the response is “PROCESSING”.
most of my call are successful only after the 3rd call, both when I wait 20ms between calls or wait 200ms between calls - even if I add a specific job_id.
My questions are:
- Could I estimate when an async job is finished?
- Shouldn’t adding a specific job_id make the response faster?
- Do you have any recommendations for a situation when I’m waiting for the response while it’s still processing?
Thanks,
Alon