This is the documentation for
v2.
You can switch versions in the menu on the left/at the top.
Check your current version with the following command:
composer show mateusjunges/trackable-jobs-for-laravel
Pruning old tracked jobs
If you want to prune your old tracked jobs, you can set the prunable_after config with the amount of days you want your models
to keep in your database. For example, if you set the prunable_after to 30, all models older than 30 days
will be deleted.