Deleting old jobs manually can be tedious and monotone if there are lots, in particular the first time this is needed. This PR introduces a rake task that automates the process by deleting all jobs that finished more than three months before the task is run. If the designated example job is among the candidates, it is obviously spared.
Use something like:
Deleting old jobs manually can be tedious and monotone if there are lots, in particular the first time this is needed. This PR introduces a rake task that automates the process by deleting all jobs that finished more than three months before the task is run. If the designated example job is among the candidates, it is obviously spared. Use something like:
to run it.