From: Andreas Gerstenberg Date: Tue, 11 Apr 2017 12:21:25 +0000 (+0200) Subject: marketing-publicis-ai add cronjob email-fetch X-Git-Tag: v0.1.0~3267 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=46c8c1b3a5aff966960c690303808553f627c4de;p=pixelpark%2Fhiera.git marketing-publicis-ai add cronjob email-fetch --- diff --git a/customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml b/customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml index 08d52d69..839f39ce 100644 --- a/customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml +++ b/customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml @@ -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 diff --git a/customer/pixelpark/test-marketing-publicis-ai.pixelpark.net.yaml b/customer/pixelpark/test-marketing-publicis-ai.pixelpark.net.yaml index f4c8eb6f..d42a2dad 100644 --- a/customer/pixelpark/test-marketing-publicis-ai.pixelpark.net.yaml +++ b/customer/pixelpark/test-marketing-publicis-ai.pixelpark.net.yaml @@ -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