Comment 0 for bug 1462130

Revision history for this message
Melissa Kam (melissa-kam) wrote :

Multiple deployments of the same app within the same second causes multiple servers to remain instead of only keeping one and deleting the others.

The deployer uses the created_at time to determine which assembly needs to be deleted. If an app is deployed within the same second, though, the created_at time is the same, so none of the assemblies are deleted. This will be resolved once the app resource is available.