Skip to content

Resolve "Limit the amount of pages the delete job is allowed to delete"

Changes

  • When a delete job is run, it will first do a dry run and log changes to a file, this file will be checked to count how many pages are marked for deletion, then if this number is greater than a threshold (currently 15) the job will be aborted

Closes #145

Edited by Mateo Penagos

Merge request reports