moderntribe/square1-queues-mysql

A MySQL backend for square one queues

4.2.0 2022-10-25 16:44 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.