Skip to content

Commit

Permalink
Merge pull request #3 from seanhamlin/patch-1
Browse files Browse the repository at this point in the history
Alter cron for SaaS to be a random minute during the hour
  • Loading branch information
stooit authored Feb 23, 2021
2 parents 9d60961 + 0ee6f90 commit d93a874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environments:
master:
cronjobs:
- name: drush cron
schedule: "0 * * * *"
schedule: "M * * * *"
command: 'drush cron --root=/app'
service: cli

Expand Down

0 comments on commit d93a874

Please sign in to comment.