only scale back containers on infra change
This commit is contained in:
@@ -800,8 +800,6 @@ function exportDatabase(addon, callback) {
|
||||
function updateServiceConfig(platformConfig, callback) {
|
||||
callback = callback || NOOP_CALLBACK;
|
||||
|
||||
debug('updateServiceConfig: %j', platformConfig);
|
||||
|
||||
async.eachSeries([ 'mysql', 'postgresql', 'mail', 'mongodb', 'graphite' ], function iterator(serviceName, iteratorCallback) {
|
||||
const containerConfig = platformConfig[serviceName];
|
||||
let memory, memorySwap;
|
||||
|
||||
Reference in New Issue
Block a user