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

Statistics

Installs: 4 781

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

4.2.3 2025-12-02 19:20 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.