What it does
WP Queue Process runs long or repetitive work outside the request cycle, so a WordPress page never blocks waiting on it. Jobs are batched with an eye on server load, persisted through a swappable storage driver, and kept alive by a cron that heals itself if a queue stalls.
Install with Composer:
composer require foxelabs/wp-queue-process