We took a sledge hammer approach - each apt call made by Juju as part of the bootstrap script execution was wrapped in a retry. We did not discover exactly what other process running on the machine was also using apt, but the solution implemented seems to be the common approach used elsewhere.
We took a sledge hammer approach - each apt call made by Juju as part of the bootstrap script execution was wrapped in a retry. We did not discover exactly what other process running on the machine was also using apt, but the solution implemented seems to be the common approach used elsewhere.