Database deployment interferes with Website deployment

Hi,

I have two different deploying projects that often interferes each other.

One is deploying Database and Website and the second one is only deploying Website.

The first one often hangs in Database deployment on step: Acquire Packages - “Cannot start this task yet. There is already another task running that cannot be run in conjunction with any other task. Please wait…”

the reason for this is because the Tentacle on one of the Website servers is busy deploying.

Is there any settings like this that only works for Acquire Packages. I don´t was multiple deployments simultaneously on webservers.
http://docs.octopusdeploy.com/display/OD/Run+multiple+processes+on+a+Tentacle+Simultaneously

  • Eiríkur

Hi Eiríkur,

Thanks for getting in touch! There is no way to make a distinction between setting a package mutex to true over the deployment mutex.
To get the result you want you would have to use the deployment mutex variable you found.

It does sound a little weird that this would be occuring in the manner you are describing. Are they different projects or the same? Could you provide a deployment log of each from when this occurs?
http://docs.octopus.com/display/OD/Get+the+raw+output+from+a+task

Hopefully that will provide some extra information to understand the issue a bit better.
Vanessa