moderntribe/square1-queues-mysql

A MySQL backend for square one queues

Maintainers

Package info

github.com/moderntribe/square1-queues-mysql

pkg:composer/moderntribe/square1-queues-mysql

Transparency log

Statistics

Installs: 4 786

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

5.0.0 2026-08-03 12:24 UTC

README

Registers the MySQL backend to store queue tasks.

Tasks are stored in a table in the MySQL database. Use the filter tribe/queues/mysql/table_name to customize the table name, which defaults to $prefix_queue

Additional CLI Commands

wp s1 queues add-table Creates the necessary MySQL table for using a MySQL backend.