-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
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
performance degrade after upgrading plugin #230
Comments
Can you see which task takes longer now? As for the DeployTask, we added it in order to resolve a concurrency issue. Before the DeployTask, one of the artifactoryTask tasks used be elected, to perform the deployment. The approach was to elect the last tasl to run. However, in parallel mode, this election process was not consistent anymorte and caused issues. The newly added DeployTask completely resolved this issue. |
You can see on two pictures above. |
@lukavucko, |
Maybe it is the case what you said, thank you for your answer. |
upgrading from 4.4.9 to to any higher version causes serious performance degrade. For publishing 600 projects it lasts 10 minutes longer than usual. Also this task is org.jfrog.gradle.plugin.artifactory.task.DeployTask is executing, which was not a case before.
Build scan examples:

The text was updated successfully, but these errors were encountered: