Skip to content

Queue table command missing #590

Description

@imaliouris

Version

Acorn v6.2.0

What did you expect to happen?

In queues documentation after or before the batches there should be the following command for creating the failed jobs table
wp acorn queue:failed-table.

What actually happens?

The documentation page says that if you run the commands

  • wp acorn queue:table
  • wp acorn queue:batches-table
  • wp acorn migrate
    They will create the following tables

A jobs table to store queued jobs.
A job_batches table for batch job processing (if generated).
A failed_jobs table to track failed job attempts.

but failed_jobs isn't created because the wp acorn queue:failed-table hasn't be run as documented.

Steps to reproduce

Go to https://roots.io/acorn/docs/creating-and-processing-laravel-queues/ and follow the commands for creating the queues tables

System info

No response

Log output

Please confirm this isn't a support request.

Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions