roots / roots/docs

Queue table command missing

Open Beginner friendly
#590 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
No language data
Stars
171
Forks
181
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the queues documentation page linked in the issue and inspect the commands for creating queue tables. Add the missing wp acorn queue:failed-table command where appropriate, then verify that the documented commands account for the failed_jobs table.

Written by the indexing model from the issue text.

Assessment

Tech stack
laravel
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
85/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.