Commit 437d5352 authored by catch's avatar catch
Browse files

Issue #3312001 by stijndmd, ravi.shankar, davidjguru, longwave, catch: Race...

Issue #3312001 by stijndmd, ravi.shankar, davidjguru, longwave, catch: Race condition with automatic deploy steps on ConfigImporter

(cherry picked from commit a990872d)
parent 142f1c60
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -379,6 +379,9 @@ protected function createExtensionChangelist() {
      return;
    }

    // Reset the module list in case a stale cache item has been set by another
    // process during deployment.
    $this->moduleExtensionList->reset();
    // Get a list of modules with dependency weights as values.
    $module_data = $this->moduleExtensionList->getList();
    // Set the actual module weights.