Skip to content

Commit

Permalink
run drupal cron only once per hour
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Jan 10, 2018
1 parent 2b2d362 commit 0216c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/files/drupal8/.lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ environments:

cronjobs:
- name: drush cron
schedule: "* * * * *"
schedule: "1 * * * *"
command: drush cron
service: cli

0 comments on commit 0216c16

Please sign in to comment.