moderntribe/square1-queues-mysql

A MySQL backend for square one queues

Installs: 4 740

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 20

Forks: 0

Open Issues: 0

pkg:composer/moderntribe/square1-queues-mysql

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.