kpiwko / jira-miner

A tool to gather data from JIRA and run extended queries on top of it
Apache License 2.0
12 stars 7 forks source link

fix: JIRA API concurrent request limitation #19

Closed kpiwko closed 3 years ago

kpiwko commented 3 years ago

Fixed Promise execution so that they are not triggered at the same time. Previous attempt to fix it was limiting processing the responses, not number of requests fired.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.02%) to 88.491% when pulling 70bbe92d8dc5a11a08badad3322506640775624d on rate-limits into 29081a9890fcfa3950b0a5ddaeeb7a35e183c34b on main.