From: Andreas Gerstenberg Date: Wed, 19 Jul 2017 09:01:25 +0000 (+0200) Subject: alte pepper-fuchs umgebung - disable cronjobs X-Git-Tag: v0.1.0~2666^2~96 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=d900c9337421e406c5f39f343e67882fd91acdcb;p=pixelpark%2Fhiera.git alte pepper-fuchs umgebung - disable cronjobs --- diff --git a/customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml b/customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml index fb281e69..c3045336 100644 --- a/customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml +++ b/customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml @@ -139,58 +139,58 @@ infra::profile::apache::pp_vhosts: rewrite_rule: - '^(.*)$ https://campaign.pepperl-fuchs.de/feldbusmodule [R=301,L]' -infra::profile::cron::cronjobs: - mautic_update: - user: apache - command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:segments:update >>$LOG 2>&1' - minute: '0,15,30,45' - hour: '*' - environment: - - 'MAUTIC_ENV=live' - - 'LOG=/var/www/log/mautic/pepperlfuchs/update.log' - description: mautic update - mautic_rebuild: - user: apache - command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:rebuild >>$LOG 2>&1' - minute: '5,20,35,50' - hour: '*' - environment: - - 'MAUTIC_ENV=live' - - 'LOG=/var/www/log/mautic/pepperlfuchs/rebuild.log' - description: mautic rebuild - mautic_trigger: - user: apache - command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:trigger >>$LOG 2>&1' - minute: '*/2' - hour: '*' - environment: - - 'MAUTIC_ENV=live' - - 'LOG=/var/www/log/mautic/pepperlfuchs/trigger.log' - description: mautic trigger - mautic_emails: - user: apache - command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:emails:send >>$LOG 2>&1' - minute: '*/5' - hour: '*' - environment: - - 'MAUTIC_ENV=live' - - 'LOG=/var/www/log/mautic/pepperlfuchs/emails.log' - description: mautic emails - mautic_messages: - user: apache - command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:messages:send >>$LOG 2>&1' - minute: '*/5' - hour: '*' - environment: - - '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 +# infra::profile::cron::cronjobs: +# mautic_update: +# user: apache +# command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:segments:update >>$LOG 2>&1' +# minute: '0,15,30,45' +# hour: '*' +# environment: +# - 'MAUTIC_ENV=live' +# - 'LOG=/var/www/log/mautic/pepperlfuchs/update.log' +# description: mautic update +# mautic_rebuild: +# user: apache +# command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:rebuild >>$LOG 2>&1' +# minute: '5,20,35,50' +# hour: '*' +# environment: +# - 'MAUTIC_ENV=live' +# - 'LOG=/var/www/log/mautic/pepperlfuchs/rebuild.log' +# description: mautic rebuild +# mautic_trigger: +# user: apache +# command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:trigger >>$LOG 2>&1' +# minute: '*/2' +# hour: '*' +# environment: +# - 'MAUTIC_ENV=live' +# - 'LOG=/var/www/log/mautic/pepperlfuchs/trigger.log' +# description: mautic trigger +# mautic_emails: +# user: apache +# command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:emails:send >>$LOG 2>&1' +# minute: '*/5' +# hour: '*' +# environment: +# - 'MAUTIC_ENV=live' +# - 'LOG=/var/www/log/mautic/pepperlfuchs/emails.log' +# description: mautic emails +# mautic_messages: +# user: apache +# command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:messages:send >>$LOG 2>&1' +# minute: '*/5' +# hour: '*' +# environment: +# - '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 51be803c..5c69e145 100644 --- a/customer/pixelpark/test-marketing-publicis-ai.pixelpark.net.yaml +++ b/customer/pixelpark/test-marketing-publicis-ai.pixelpark.net.yaml @@ -117,58 +117,58 @@ infra::profile::apache::pp_vhosts: setenv: - 'MAUTIC_ENV test' -infra::profile::cron::cronjobs: - mautic_update: - user: apache - command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:segments:update >>$LOG 2>&1' - minute: '0,15,30,45' - hour: '*' - environment: - - 'MAUTIC_ENV=test' - - 'LOG=/var/www/log/mautic/pepperlfuchs/update.log' - description: mautic update - mautic_rebuild: - user: apache - command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:rebuild >>$LOG 2>&1' - minute: '5,20,35,50' - hour: '*' - environment: - - 'MAUTIC_ENV=test' - - 'LOG=/var/www/log/mautic/pepperlfuchs/rebuild.log' - description: mautic rebuild - mautic_trigger: - user: apache - command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:trigger >>$LOG 2>&1' - minute: '*/2' - hour: '*' - description: mautic trigger - environment: - - 'MAUTIC_ENV=test' - - 'LOG=/var/www/log/mautic/pepperlfuchs/trigger.log' - mautic_emails: - user: apache - command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:emails:send >>$LOG 2>&1' - minute: '*/5' - hour: '*' - environment: - - 'MAUTIC_ENV=test' - - 'LOG=/var/www/log/mautic/pepperlfuchs/emails.log' - description: mautic emails - mautic_messages: - user: apache - command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:messages:send >>$LOG 2>&1' - minute: '*/5' - hour: '*' - environment: - - '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=test' - - 'LOG=/var/www/log/mautic/pepperlfuchs/email-fetch.log' - description: mautic email fetch \ No newline at end of file +# infra::profile::cron::cronjobs: +# mautic_update: +# user: apache +# command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:segments:update >>$LOG 2>&1' +# minute: '0,15,30,45' +# hour: '*' +# environment: +# - 'MAUTIC_ENV=test' +# - 'LOG=/var/www/log/mautic/pepperlfuchs/update.log' +# description: mautic update +# mautic_rebuild: +# user: apache +# command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:rebuild >>$LOG 2>&1' +# minute: '5,20,35,50' +# hour: '*' +# environment: +# - 'MAUTIC_ENV=test' +# - 'LOG=/var/www/log/mautic/pepperlfuchs/rebuild.log' +# description: mautic rebuild +# mautic_trigger: +# user: apache +# command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:trigger >>$LOG 2>&1' +# minute: '*/2' +# hour: '*' +# description: mautic trigger +# environment: +# - 'MAUTIC_ENV=test' +# - 'LOG=/var/www/log/mautic/pepperlfuchs/trigger.log' +# mautic_emails: +# user: apache +# command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:emails:send >>$LOG 2>&1' +# minute: '*/5' +# hour: '*' +# environment: +# - 'MAUTIC_ENV=test' +# - 'LOG=/var/www/log/mautic/pepperlfuchs/emails.log' +# description: mautic emails +# mautic_messages: +# user: apache +# command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:messages:send >>$LOG 2>&1' +# minute: '*/5' +# hour: '*' +# environment: +# - '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=test' +# - 'LOG=/var/www/log/mautic/pepperlfuchs/email-fetch.log' +# description: mautic email fetch