Skip to content

Commit

Permalink
chore: update default schedule for drupal cron in www-data.crontab
Browse files Browse the repository at this point in the history
Ensure cron is run on a regular interval (00, 13, 26, 39, 52).

But mostly jsut helping @eiriksm cope with some OCD: https://github.com/nymedia/sucom/issues/310#issuecomment-1752885835
  • Loading branch information
esolitos authored Oct 9, 2023
1 parent 2f709fa commit ec0f071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/drupal-cron/www-data.crontab
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
########################################################################################################################

# Run Drupal cron.
*/17 * * * * drush --root=$APP_ROOT/$DOCROOT_SUBDIR core-cron
*/13 * * * * drush --root=$APP_ROOT/$DOCROOT_SUBDIR core-cron

1 comment on commit ec0f071

@eiriksm
Copy link
Member

@eiriksm eiriksm commented on ec0f071 Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

00, 13, 26, 39, 52 is still a whole bunch of 13 mins intervals, and then BAM 21 minutes

does not help me cope at all 😅

Please sign in to comment.