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
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 migrateThey will create the following tables
A
jobstable to store queued jobs.A
job_batchestable for batch job processing (if generated).A
failed_jobstable to track failed job attempts.but
failed_jobsisn't created because thewp acorn queue:failed-tablehasn'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