diff --git a/src/MigrateBatchExecutable.php b/src/MigrateBatchExecutable.php index a93edb9..c2db47e 100644 --- a/src/MigrateBatchExecutable.php +++ b/src/MigrateBatchExecutable.php @@ -314,7 +314,7 @@ public function processBatch(&$context) { } elseif ($status === MigrationInterface::RESULT_INCOMPLETE) { // Force iteration, due to memory or time. - break; + continue; } } catch (\Exception $e) {