infra::profile::cron::cronjobs:
mautic_update:
user: apache
- command: 'php /var/www/marketing/app/console mautic:segments:update'
+ 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: 'php /var/www/marketing/app/console mautic:campaigns:rebuild'
+ 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: 'php /var/www/marketing/app/console mautic:campaigns:trigger'
+ command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:trigger >>$LOG 2>&1'
minute: '10,25,40,55'
hour: '*'
environment:
- 'MAUTIC_ENV=live'
+ - 'LOG=/var/www/log/mautic/pepperlfuchs/trigger.log'
description: mautic trigger
mautic_emails:
user: apache
- command: 'php /var/www/marketing/app/console mautic:emails:send'
+ 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: 'php /var/www/marketing/app/console mautic:messages:send'
+ 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
infra::profile::cron::cronjobs:
mautic_update:
user: apache
- command: 'php /var/www/marketing/app/console mautic:segments:update'
+ 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: 'php /var/www/marketing/app/console mautic:campaigns:rebuild'
+ 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: 'php /var/www/marketing/app/console mautic:campaigns:trigger'
+ command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:trigger >>$LOG 2>&1'
minute: '10,25,40,55'
hour: '*'
description: mautic trigger
environment:
- 'MAUTIC_ENV=test'
+ - 'LOG=/var/www/log/mautic/pepperlfuchs/trigger.log'
mautic_emails:
user: apache
- command: 'php /var/www/marketing/app/console mautic:emails:send'
+ 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: 'php /var/www/marketing/app/console mautic:messages:send'
+ command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:messages:send >>$LOG 2>&1'
minute: '*/5'
hour: '*'
environment:
- 'MAUTIC_ENV=test'
- description: mautic messages
\ No newline at end of file
+ - 'LOG=/var/www/log/mautic/pepperlfuchs/messages.log'
+ description: mautic messages