Drush provides the ability to run a batch itself. Our current commands call xmlsitemap_run_unprogressive_batch(), which means they could potentially be expensive memory-wize, especially the rebuild process. We should be using drush_backend_batch_process() instead.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dave Reid created an issue. See original summary.

Dave Reid’s picture

Status: Active » Needs review
FileSize
10.6 KB

  • Dave Reid committed 0d80892 on 8.x-1.x
    Issue #3006314 by Dave Reid: Use native Drush batch processing instead...
Dave Reid’s picture

Version: 8.x-1.x-dev » 7.x-2.x-dev
Status: Needs review » Patch (to be ported)

Committed to 8.x-1.x. Should port to 7.x-2.x.