|
Lines 330-336
if ($elasticqueue_days) {
Link Here
|
| 330 |
$count = $sth->rows; |
330 |
$count = $sth->rows; |
| 331 |
} |
331 |
} |
| 332 |
if ( $verbose ) { |
332 |
if ( $verbose ) { |
| 333 |
say $confirm ? "$count elastic index jobs were deleted from the background jobs queue." : "Elastic reindex jobs from backgorund jobs queue would have been deleted"; |
333 |
say $confirm ? "$count elastic index jobs were deleted from the background jobs queue." : "Elastic reindex jobs from background jobs queue would have been deleted"; |
| 334 |
say "Done with elasticqueue purge."; |
334 |
say "Done with elasticqueue purge."; |
| 335 |
} |
335 |
} |
| 336 |
} |
336 |
} |
|
Lines 349-355
if ($jobsqueue_days) {
Link Here
|
| 349 |
$count = $sth->rows; |
349 |
$count = $sth->rows; |
| 350 |
} |
350 |
} |
| 351 |
if ( $verbose ) { |
351 |
if ( $verbose ) { |
| 352 |
say $confirm ? "$count jobs were deleted from the background jobs queue." : "All entries from backgorund jobs queue would have been deleted"; |
352 |
say $confirm ? "$count jobs were deleted from the background jobs queue." : "All entries from background jobs queue would have been deleted"; |
| 353 |
say "Done with background jobs queue purge."; |
353 |
say "Done with background jobs queue purge."; |
| 354 |
} |
354 |
} |
| 355 |
} |
355 |
} |
| 356 |
- |
|
|