]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
marketing-publicis-ai add cronjob email-fetch
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Tue, 11 Apr 2017 12:21:25 +0000 (14:21 +0200)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Tue, 11 Apr 2017 12:21:25 +0000 (14:21 +0200)
customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml
customer/pixelpark/test-marketing-publicis-ai.pixelpark.net.yaml

index 08d52d69044eb00066b8ffce839374904578d51b..839f39ce74e1c6b99ae163438ae628179bc95698 100644 (file)
@@ -181,3 +181,12 @@ infra::profile::cron::cronjobs:
       - 'MAUTIC_ENV=live'
       - 'LOG=/var/www/log/mautic/pepperlfuchs/messages.log'
     description: mautic messages
+  mautic_email_fetch:
+    user: apache
+    command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:email:fetch >>$LOG 2>&1'
+    minute: '*/5'
+    hour: '*'
+    environment:
+      - 'MAUTIC_ENV=live'
+      - 'LOG=/var/www/log/mautic/pepperlfuchs/email-fetch.log'
+    description: mautic email fetch
index f4c8eb6fe65d5b243e2e9ea5604a05bc09acaeab..d42a2dad16a46d3376a7ae3147895533e3f1d61e 100644 (file)
@@ -163,3 +163,12 @@ infra::profile::cron::cronjobs:
       - 'MAUTIC_ENV=test'
       - 'LOG=/var/www/log/mautic/pepperlfuchs/messages.log'
     description: mautic messages
+  mautic_email_fetch:
+    user: apache
+    command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:email:fetch >>$LOG 2>&1'
+    minute: '*/5'
+    hour: '*'
+    environment:
+      - 'MAUTIC_ENV=live'
+      - 'LOG=/var/www/log/mautic/pepperlfuchs/email-fetch.log'
+    description: mautic email fetch
\ No newline at end of file