Of course. 500 per batch. Is it locked? Any error in System Logs? Did you disable the two new settings to not send the emails (your request)?
Maybe 500 is too high yet. I’ll send a PM showing how to change to 250 later.
--------------------------
If you want to test it with 250, first delete the queue from your DB:
delete from core_queue where app = 'deletemyaccount'
Then download:
applications/deletemyaccount/extensions/core/Queue/approveAllRequests.php
applications/deletemyaccount/extensions/core/Queue/cancelAllRequests.php
and find:
/**
* @brief Number of items to rebuild per cycle
*/
public $rebuild = \IPS\REBUILD_QUICK;
Change to:
/**
* @brief Number of files to delete per cycle
*/
public $batch = \IPS\REBUILD_NORMAL;
Save both and upload it again.
Click in the button to approve all or cancell all requests in the ModeratorCP.
See how it goes.