Hi Guys,
We use the following command to in a PowerShell script to upload nuget packages to Octopus Deploy.
$octopusapi.UploadFile(“http:///api/packages/raw?apiKey=$apikey”, $_.FullName)
We have noticed that whenever the script to upload package is run, octopus deploy Ui start to slow down.
Also we recently found on the DB side the Octopus Deploy connectivity to DB server has reached maximum session count. We believe that package upload script is causing DB session to max out. We are trying to find the facts to support this assumption.
Could you please let us know if package upload process like this could cause Octopus Deploy to slow down or cause DB session count to max out.
Any info regarding this would be appreciated.
Thanks,
Arun