Friday, April 23, 2021

Best way in Django to use single API 50000 times in one go

Hi Experts,

Please help me out to use Single API, 50000 times to complete the request.

for ex:- the request is of Enquiry of 50000 cards. i just have a single API of Enquiry to fulfil this requirement.

Steps1:- I kept these 50000 request in a table.
Step 3:- trigger an alert that request received and then 
Step2:- Pick cards 1 by 1 and trigger enquiry API and save the response in the table and make the details available in excel to download.  
Step4: alert that request has been completed.
Step 5:- stop all the operation running.

What would be the best way to achieve it ?

There shouldn't be any load on  application or server and request is completed.

Thanks in Advance
Sachin
 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6875e926-21a0-4edf-b2f9-410bc64a69fan%40googlegroups.com.

No comments:

Post a Comment