Skip to content

Commit

Permalink
VACMS-19186: added pdf delete job to monthly cron (#19187)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmund-dunn authored Sep 11, 2024
1 parent 9b84782 commit 291f450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks-periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ tasks:
- drush php-eval "\Drupal::logger('va_gov_notifications')->alert('Monthly cron fired');"
- drush php-eval "print_r(\Drupal::service('va_gov_notifications.outdated_content')->queueOutdatedContentNotifications('vamc', 'vamc_outdated_content'));"
- drush php-eval "print_r(\Drupal::service('va_gov_notifications.outdated_content')->queueOutdatedContentNotifications('vet_center', 'vet_center_outdated_content'));"
- drush php-eval "print_r(\Drupal::service('va_gov_media.pdf_delete')->vamcPdfDelete());"

va/background/daily/migrate_copy/va_forms_csv_source:
desc: This is because we cannot access the server on the SOCKS proxy right now.
Expand Down

0 comments on commit 291f450

Please sign in to comment.