superpowers-sage:acorn-queues

Automate background job processing in WordPress Sage projects with Acorn queues.

13|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/codigodoleo/superpowers-sage --skill superpowers-sage-acorn-queues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superpowers-sage:acorn-queues
Source: https://github.com/codigodoleo/superpowers-sage/tree/main/skills/acorn-queues
Command: npx skills add https://github.com/codigodoleo/superpowers-sage --skill superpowers-sage-acorn-queues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lando, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Background task processing in WordPress Sage projects can be error-prone and slow without proper queueing, retries, and scheduling.

Core Features & Use Cases

  • Laravel Queue integration with Acorn for WordPress-based tasks
  • Action Scheduler compatibility for simple scheduling and fallback
  • Job chaining, batching, and robust retry/backoff across database or Redis drivers
  • Lightweight worker orchestration via Lando commands and scripts

Quick Start

Create a job using the included scripts and start the worker to process the queue.

Frequently Asked Questions about superpowers-sage:acorn-queues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run WordPress background jobs with Acorn queues?

WordPress background jobs run with Acorn queues by integrating Laravel Queue configurations to asynchronously process tasks, dispatch jobs across database or Redis backends, and manage workers through Lando scripts.

Can I use Action Scheduler with Laravel Queue in a Sage project?

Action Scheduler works with Laravel Queue in Sage projects by providing simple scheduling compatibility and serving as a fallback mechanism alongside Acorn queue operations for asynchronous task processing.

How do I configure job retries and backoff for WordPress Acorn queues?

Job retries and backoff for Acorn queues are configured using Laravel Queue settings, allowing robust retry strategies across database or Redis drivers to handle failed background jobs in WordPress.

What is the best way to dispatch chained or batched jobs in WordPress Sage?

The best way to dispatch chained or batched jobs in Sage is using Acorn queue multi-dispatch features, which orchestrate sequential or grouped background tasks across configured database or Redis backends.

Do I need Lando to run Acorn queue workers in WordPress?

Lando is required to run Acorn queue workers because the Skill uses Lando commands and scripts to create jobs, dispatch tasks, and orchestrate lightweight worker processes for the queue.

Why are my WordPress Sage queued jobs failing to process?

Queued jobs in Sage fail to process when the Acorn queue worker is not running or when Laravel Queue database or Redis driver configurations are incorrectly set for background task retries.