]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
marketing-publicis-ai update cronjobs cycles to 5 minutes
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Wed, 16 Aug 2017 14:42:26 +0000 (16:42 +0200)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Wed, 16 Aug 2017 14:42:26 +0000 (16:42 +0200)
customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml
customer/pixelpark/test-marketing-publicis-ai.pixelpark.net.yaml

index 725cba49d78ba2c94782f10e1b379ad28ec9b7cf..4da2a09f9d7cb903c7f06097a2c6197719675dc6 100644 (file)
@@ -147,7 +147,7 @@ infra::profile::cron::cronjobs:
     ensure: 'present'
     user: apache
     command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:segments:update >>$LOG 2>&1'
-    minute: '0,15,30,45'
+    minute: '*/5'
     hour: '*'
     environment:
       - 'MAUTIC_ENV=live'
@@ -158,7 +158,7 @@ infra::profile::cron::cronjobs:
     ensure: 'present'
     user: apache
     command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:rebuild >>$LOG 2>&1'
-    minute: '5,20,35,50'
+    minute: '*/5'
     hour: '*'
     environment:
       - 'MAUTIC_ENV=live'
index bfdd6b34617de1ef85c3f3ee4065ee3031f752b5..fd4075650c0500f845ee6793c2f7f612176f77cb 100644 (file)
@@ -124,7 +124,7 @@ infra::profile::cron::cronjobs:
     ensure: 'present'
     user: apache
     command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:segments:update >>$LOG 2>&1'
-    minute: '0,15,30,45'
+    minute: '*/5'
     hour: '*'
     environment:
       - 'MAUTIC_ENV=test'
@@ -135,7 +135,7 @@ infra::profile::cron::cronjobs:
     ensure: 'present'
     user: apache
     command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:rebuild >>$LOG 2>&1'
-    minute: '5,20,35,50'
+    minute: '*/5'
     hour: '*'
     environment:
       - 'MAUTIC_ENV=test'