Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Handling a big amount of data with API - Python

João Augusto Fernandes
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 30, 2023

Hey guys,
I’m looking for an alternative way to handle my requests, but currently I’m out of ideas.

I have a database with almost 90K issues for each project, and need to recover every issue to add it in a database. Each request to jira took around 6s. I’ll probably need to do it again for more than one project, so it is kinda impractical to wait all this time

The first solution that I tried was the use of parallel requests, as multiprocessing. However, the server recognized it as DDOS and disconected me, or gives me
“SSL ERROR. None: Max retries exceeded with url: /rest/api/2/search?startAt=0&fields=%2Aall&jql=project+%3D+%2211300%22+ORDER+BY+key (Caused by None)”

Any ideas of how to proceed?

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events