Queue table command missing
Nobody has claimed this yet.
- 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:tablewp acorn queue:batches-tablewp 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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