Solution:

ARTIFACTORY: Why do I get "there are too many folder download requests currently running. Try again" error

AuthorFullName__c
Pranav Hegde
articleNumber
000005469
ft:sourceType
Salesforce
FirstPublishedDate
2022-11-27T12:19:22Z
lastModifiedDate
2023-01-22T11:07:11Z
VersionNumber
2
To resolve the issue, you need to increase the Max Parallel Folder Downloads option in the Artifactory General setting page. By default the Max Parallel Folder Downloads allowed in Artifactory is 10, you may increase the number depending on the number of requests you receive to perform the folder download.

User-added image


We can get the number of requests by querying the Artifactory logs like the below:

E.g command: cat artifactory-request.log | grep “downloadfolder” | wc -l