wunderio / drupal-project

Wunder's template for Drupal projects designed to work automatically with Lando, CircleCI and Helm.
GNU General Public License v2.0
35 stars 6 forks source link

SLT-898: Redefine default cron schedules for different envs #379

Closed Rade333 closed 9 months ago

Rade333 commented 10 months ago

Proposed changes:

This PR is based on https://github.com/wunderio/drupal-project-k8s/pull/675

Rade333 commented 9 months ago

Looks good, except for the feature branch cronjob - does it even need to be active? After all, the current implementation only works on February 1.

EDIT: Is the goal to deactivate the template's default cronjob? Then maybe February 31 would be better? For example https://crontab.guru/#0_5_31_2_* (source).

Ah, Feb 31 works perfect, thanks Tormi!