Skip to content

Commit

Permalink
Fix anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 authored Dec 27, 2020
1 parent fcdc5f0 commit f98c391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- [Inspecting Batches](#inspecting-batches)
- [Cancelling Batches](#cancelling-batches)
- [Batch Failures](#batch-failures)
- [Data Pruning] (#batch-data-pruning)
- [Data Pruning](#batch-data-pruning)
- [Queueing Closures](#queueing-closures)
- [Running The Queue Worker](#running-the-queue-worker)
- [The `queue:work` Command](#the-queue-work-command)
Expand Down Expand Up @@ -1265,7 +1265,7 @@ For convenience, Laravel provides a `queue:retry-batch` Artisan command that all
php artisan queue:retry-batch 32dbc76c-4f82-4749-b610-a639fe0099b5
```

<a name="data-pruning"></a>
<a name="batch-data-pruning"></a>
### Data Pruning

Without pruning, the `job_batches` table can accumulate records very quickly. To mitigate this, you should [schedule](/docs/{{version}}/scheduling) the `queue:prune-batches` Artisan command to run daily:
Expand Down

0 comments on commit f98c391

Please sign in to comment.