Queuety
A job queue and durable workflow engine for WordPress.
★ 2stars
8release downloads
21composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/inline0/queuety/releases/download/v0.22.0/queuety.zipAlso on Packagist as queuety/queuety:
composer require queuety/queuetyFrom the readme
The WordPress workflow engine
What is Queuety?
Queuety is a WordPress plugin that provides a fast job queue, durable workflow engine, and durable state machine runtime. Workers claim jobs directly from MySQL and process them inside a long-running WP-CLI process.
The problem: WordPress has no real background job system. wpcron only fires on page visits. Action Scheduler boots the entire WordPress stack for every batch. An LLM API call that takes 60 seconds gets killed by PHP's 30-second timeout. There's no way to run multi-step processes that survive crashes and resume where they left off.
Queuety solves this with three primitives:
1. Jobs for fire-and-forget background work
2. Workflows for durable multi-step processes with persistent state
3. State machines for long-lived, event-driven lifecycle state
Quick Start
Prerequisites:
- PHP 8.2+
- WordPress 6.4+
- MySQL 5.7+ or MariaDB 10.3+
- mysqli or pdomysql enabled for the PHP runtime that loads WordPress and WP-CLI
For Composer-managed WordPress installs (for example Bedrock):
For a packaged plugin zip:
For local development from this repository:
Queuety chooses a MySQL driver automatically. WordPress runtimes use
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v0.22.0 | May 19, 2026 | queuety.zip | 1 |
| v0.21.1 | Apr 29, 2026 | queuety.zip | 0 |
| v0.21.0 | Apr 29, 2026 | queuety.zip | 0 |
| v0.20.0 | Apr 29, 2026 | queuety.zip | 0 |
| v0.19.0 | Apr 26, 2026 | queuety.zip | 0 |
| v0.18.0 | Apr 26, 2026 | queuety.zip | 0 |
| v0.17.5 | Apr 26, 2026 | queuety.zip | 0 |
| v0.17.4 | Apr 26, 2026 | queuety.zip | 0 |
| v0.17.3 | Apr 26, 2026 | queuety.zip | 4 |
| v0.17.2 | Apr 26, 2026 | queuety.zip | 0 |
| v0.17.1 | Apr 26, 2026 | queuety.zip | 0 |
| v0.17.0 | Apr 26, 2026 | queuety.zip | 0 |
| v0.16.0 | Apr 26, 2026 | queuety.zip | 0 |
| v0.15.0 | Apr 26, 2026 | queuety.zip | 2 |
| v0.14.1 | Apr 25, 2026 | queuety.zip | 0 |
| v0.14.0 | Apr 6, 2026 | queuety.zip | 0 |
| v0.13.1 | Apr 4, 2026 | queuety.zip | 0 |
| v0.13.0 | Apr 4, 2026 | queuety.zip | 0 |
| v0.12.0 | Mar 29, 2026 | queuety.zip | 1 |