Problem statement:

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
In some scenario, we receive the below error when performing the folder download of the artifacts,
{
  "errors" : [ {
    "status" : 400,
    "message" : "{\"error\":\"There are too many folder download requests currently running. Try again later.\"}"
  } ]
}