Foxe Labs Foxe Labs
All PHP Libraries
PHP Open source · GPL-2.0-or-later PHP Library

WP Queue Process

Non-blocking background jobs for WordPress.

  • Non-blocking async requests and background queue processing
  • Swappable storage driver for where the queue lives
  • Server-load-aware batching so it backs off under pressure
  • A self-healing cron that recovers stalled queues

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