We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce:
EXPECTED RESULT: Long pole should be communication to S3.
ACTUAL RESULT: Long pole seems to be setting properties on the Flow Server.
Initial Triage: When uploading a folder with 5000 files, it looks like we try to do 5000 serial setProperty requests to the FlowServer.
//set the properties list.each { item -> def url = "https://" + bucketName + ".s3.amazonaws.com/" + item System.out.println(item + " ==> [" + url + "]") commander.setProperty(propResult + "/" + item, url) }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To reproduce:
EXPECTED RESULT:
Long pole should be communication to S3.
ACTUAL RESULT:
Long pole seems to be setting properties on the Flow Server.
Initial Triage:
When uploading a folder with 5000 files, it looks like we try to do 5000 serial setProperty requests to the FlowServer.
The text was updated successfully, but these errors were encountered: